mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
parent
640faaadb9
commit
42e8f86dae
51 changed files with 1619 additions and 53 deletions
9
db/migrate/20181226211337_change_auctions_status.rb
Normal file
9
db/migrate/20181226211337_change_auctions_status.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
class ChangeAuctionsStatus < ActiveRecord::Migration
|
||||
disable_ddl_transaction!
|
||||
|
||||
def change
|
||||
execute <<-SQL
|
||||
ALTER TYPE auction_status ADD VALUE 'domain_registered' AFTER 'payment_received';
|
||||
SQL
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue