This repository has no description
lustre gleam
0

Configure Feed

Select the types of activity you want to include in your feed.

:card_file_box: add email check

author
kacaii.dev
date (Apr 13, 2026, 9:52 AM -0300) commit 99cbd237 parent 0842206a change-id yoxvusnw
+1 -1
server/.sqruff .sqruff
+1 -1
sql/create/tables.sql
··· 21 21 full_name text not null, 22 22 password_hash text not null, 23 23 phone text unique not null, 24 - email text unique not null, 24 + email text unique not null check (trim(email) like '%@%'), 25 25 is_active boolean not null default true, 26 26 created_at timestamp not null default current_timestamp, 27 27 updated_at timestamp not null default current_timestamp,