Actions
Bug #3927
closed[API] Db migration for User.owner_uuid NOT NULL constraint
Story points:
0.5
Updated by Tim Pierce over 10 years ago
- Project changed from 35 to Arvados
- Category set to API
- Assigned To set to Tim Pierce
- Story points set to 0.5
Add a Rails migration to add a NOT NULL constraint on the User.owner_uuid field.
The controller started requiring this in commit:b48b26080b88f5ebf1caedb5e29bbd509d8427af but the constraint was never added to the database.
Updated by Ward Vandewege over 10 years ago
- Subject changed from Db migration for User.owner_uuid NOT NULL constraint to [API] Db migration for User.owner_uuid NOT NULL constraint
Updated by Tim Pierce over 10 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset arvados|commit:9d11f5c700cc7b44bd592eeb80abef1fa9f5d45e.
Actions