mirror of
https://github.com/internetee/registry.git
synced 2025-07-31 06:56:23 +02:00
add new column
This commit is contained in:
parent
77249629bb
commit
d8c0ba2432
7 changed files with 16 additions and 3 deletions
5
db/migrate/20220412130856_add_type_to_auction.rb
Normal file
5
db/migrate/20220412130856_add_type_to_auction.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddTypeToAuction < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
# add_column :auctions, :type, :integer, null: true
|
||||
end
|
||||
end
|
|
@ -5090,3 +5090,4 @@ INSERT INTO "schema_migrations" (version) VALUES
|
|||
('20220124105717'),
|
||||
('20220216113112'),
|
||||
('20220228093211');
|
||||
('20220412130856');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue