Skip to content

Commit 436cceb

Browse files
committed
chore: revert single file
1 parent 91d3d18 commit 436cceb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

singlefile/schema.sql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ $$;
7676
CREATE TABLE IF NOT EXISTS users (
7777
id integer PRIMARY KEY,
7878
email text NOT NULL CHECK (email LIKE '%@%'),
79-
name text NOT NULL,
80-
city text NOT NULL
79+
name text NOT NULL
8180
);
8281

8382
COMMENT ON TABLE users IS 'User accounts';

0 commit comments

Comments
 (0)