lib/generators/templates/migration.rb in infinum_id-1.6.0 vs lib/generators/templates/migration.rb in infinum_id-2.0.0

- old
+ new

@@ -3,9 +3,10 @@ create_table :users do |t| t.string :email, null: false, default: '' t.string :first_name t.string :last_name + t.boolean :employee t.string :slack_username t.string :time_zone t.string :avatar_url