From 27feaa383a357b1a391c466295b0b8c3287599d3 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Sat, 29 Oct 2022 00:37:39 +0300 Subject: change default country_code to 'XX' --- backend/database/init.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/database') diff --git a/backend/database/init.sql b/backend/database/init.sql index bf10948..e877db3 100644 --- a/backend/database/init.sql +++ b/backend/database/init.sql @@ -3,7 +3,7 @@ CREATE TABLE users ( steam_id BIGINT, username VARCHAR(128) NOT NULL, avatar_link VARCHAR(128) NOT NULL, - country_code CHAR(2) NOT NULL DEFAULT 'X', + country_code CHAR(2) NOT NULL DEFAULT 'XX', created_at TIMESTAMP NOT NULL, updated_at TIMESTAMP, user_type SMALLINT NOT NULL, -- cgit v1.2.3