projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Localisation updates from https://translatewiki.net.
[rails.git]
/
db
/
migrate
/
20110322001319_add_terms_seen_to_user.rb
diff --git
a/db/migrate/20110322001319_add_terms_seen_to_user.rb
b/db/migrate/20110322001319_add_terms_seen_to_user.rb
index a95f15b4e4917a76d62b92b7e5c6e92acfdde1a6..824eaceb06f346415473654fddf4a75ae56a113d 100644
(file)
--- a/
db/migrate/20110322001319_add_terms_seen_to_user.rb
+++ b/
db/migrate/20110322001319_add_terms_seen_to_user.rb
@@
-1,4
+1,7
@@
-class AddTermsSeenToUser < ActiveRecord::Migration[5.0]
+class AddTermsSeenToUser < ActiveRecord::Migration[4.2]
+ class User < ApplicationRecord
+ end
+
def self.up
add_column :users, :terms_seen, :boolean, :null => false, :default => false
def self.up
add_column :users, :terms_seen, :boolean, :null => false, :default => false