mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
parent
640faaadb9
commit
42e8f86dae
51 changed files with 1619 additions and 53 deletions
5
db/migrate/20190102114702_change_auctions_uuid.rb
Normal file
5
db/migrate/20190102114702_change_auctions_uuid.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class ChangeAuctionsUuid < ActiveRecord::Migration
|
||||
def change
|
||||
change_column :auctions, :uuid, :uuid, null: false, default: 'gen_random_uuid()'
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue