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

This commit is contained in:
Dmitry 2025-12-14 02:54:13 +03:00
parent 1ab5071345
commit 3f3cf251da

View file

@ -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)',
];
}