mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 23:42:04 +02:00
parent
640faaadb9
commit
42e8f86dae
51 changed files with 1619 additions and 53 deletions
|
@ -0,0 +1,9 @@
|
|||
class ChangeAuctionsStatusToString < ActiveRecord::Migration
|
||||
def change
|
||||
change_column :auctions, :status, :string
|
||||
|
||||
execute <<-SQL
|
||||
DROP type auction_status;
|
||||
SQL
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue