mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
parent
970cd7225c
commit
ed0af5033e
19 changed files with 63 additions and 626 deletions
5
db/migrate/20180306181911_remove_data_migrations.rb
Normal file
5
db/migrate/20180306181911_remove_data_migrations.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class RemoveDataMigrations < ActiveRecord::Migration
|
||||
def change
|
||||
drop_table :data_migrations
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue