Skip to content
Snippets Groups Projects

Deployment Approvals data model

Merged Alishan Ladhani requested to merge ali/deployment-approvals-data-model into master
3 files
+ 4
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -7,6 +7,7 @@ def change
t.bigint :user_id, null: false, index: true
t.timestamps_with_timezone null: false
t.integer :status, limit: 2, null: false, default: 0
t.index [:deployment_id, :user_id], unique: true
end
end
end
Loading