Remove empty lines
This commit is contained in:
parent
dc1d803c79
commit
cba8af05a7
2 changed files with 0 additions and 2 deletions
|
@ -4,7 +4,6 @@ class CreateMembershipApplications < ActiveRecord::Migration[5.2]
|
|||
def change
|
||||
create_table :membership_applications do |t|
|
||||
t.timestamps null: false
|
||||
|
||||
t.string :first_name, null: false
|
||||
t.string :last_name, null: false
|
||||
t.string :middle_name
|
||||
|
|
|
@ -4,7 +4,6 @@ class CreateTelegramBots < ActiveRecord::Migration[5.2]
|
|||
def change
|
||||
create_table :telegram_bots do |t|
|
||||
t.timestamps null: false
|
||||
|
||||
t.string :secret, null: false
|
||||
end
|
||||
end
|
||||
|
|
Reference in a new issue