457 B
457 B
ADDED Requirements
Requirement: users.is_admin column
The users table SHALL include an is_admin boolean column, NOT NULL default FALSE, added idempotently.
Scenario: Fresh database
- WHEN
db/schema.sqlis applied to an empty database - THEN
users.is_adminexists defaulting to FALSE
Scenario: Existing database
- WHEN
db/schema.sqlis re-applied to an existing database - THEN the column is added without error