Revert db migration
This commit is contained in:
parent
29a2bd7466
commit
a4e8a4b081
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
class FinalizeCheckFields < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
add_column :checks, :number, :string
|
||||
add_column :checks, :number, :integer
|
||||
add_index :checks, :number, unique: true
|
||||
|
||||
add_column :checks, :name_de, :string
|
||||
add_column :checks, :name_en, :string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue