]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/044_create_user_roles.rb
Use the same fonts for the footer text as for the rest of the mail
[rails.git] / db / migrate / 044_create_user_roles.rb
index b5e43940628620c264a1c30237d48f893ce907ca..bae5a3cadb62254a9241b1f16f3e3544f141705d 100644 (file)
@@ -8,7 +8,7 @@ class CreateUserRoles < ActiveRecord::Migration
       t.column :user_id, :bigint, :null => false
       t.column :role, :user_role_enum, :null => false
 
-      t.timestamps
+      t.timestamps :null => true
     end
 
     User.where(:administrator => true).each do |user|