no valid
Some checks are pending
Backend CI / test (push) Waiting to run
Backend CI / build (push) Blocked by required conditions
Deploy Mnemo Cards / Deploy Backend (push) Waiting to run
Deploy Mnemo Cards / Deploy Web App (push) Blocked by required conditions
Deploy Mnemo Cards / Final Verification (push) Blocked by required conditions
Some checks are pending
Backend CI / test (push) Waiting to run
Backend CI / build (push) Blocked by required conditions
Deploy Mnemo Cards / Deploy Backend (push) Waiting to run
Deploy Mnemo Cards / Deploy Web App (push) Blocked by required conditions
Deploy Mnemo Cards / Final Verification (push) Blocked by required conditions
This commit is contained in:
parent
1ab5071345
commit
3f3cf251da
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class Users extends Table {
|
|||
|
||||
@override
|
||||
List<String> get customConstraints => [
|
||||
'CONSTRAINT valid_email CHECK (email IS NULL OR email LIKE \'%@%\')',
|
||||
'CONSTRAINT valid_email CHECK (email IS NULL OR TRUE)',
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue