summaryrefslogtreecommitdiff
path: root/spec/models/users_project_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/models/users_project_spec.rb')
-rw-r--r--spec/models/users_project_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/models/users_project_spec.rb b/spec/models/users_project_spec.rb
index e289a592b03..aa4b8cb449b 100644
--- a/spec/models/users_project_spec.rb
+++ b/spec/models/users_project_spec.rb
@@ -5,8 +5,8 @@
# id :integer not null, primary key
# user_id :integer not null
# project_id :integer not null
-# created_at :datetime not null
-# updated_at :datetime not null
+# created_at :datetime
+# updated_at :datetime
# project_access :integer default(0), not null
# notification_level :integer default(3), not null
#