Revert "Merge branch 'transform-currency-support' into 'master'"
This reverts merge request !14
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
class RemoveDefaultChipFromHomies < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
remove_reference :homies, :chip
|
||||
end
|
||||
end
|
||||
@@ -1,13 +0,0 @@
|
||||
class CreateOgs < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
create_table :ogs do |t|
|
||||
t.text :chip_name
|
||||
t.text :chip_code
|
||||
t.text :chip_symbol
|
||||
t.boolean :chip_prefixed
|
||||
t.integer :chip_scale
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user