1
0
Fork 0

Remove empty lines

This commit is contained in:
Alex Kotov 2018-11-29 18:25:12 +05:00
parent dc1d803c79
commit cba8af05a7
No known key found for this signature in database
GPG Key ID: 4E831250F47DE154
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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