From 354ccb853fd5ba06bed18dc257dc886d4df39858 Mon Sep 17 00:00:00 2001 From: Cam Otts Date: Mon, 9 Jan 2023 13:40:32 -0600 Subject: [PATCH] sqlite typo --- controller/store/sql/sqlite3/005_v0_3_0_invites.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/store/sql/sqlite3/005_v0_3_0_invites.sql b/controller/store/sql/sqlite3/005_v0_3_0_invites.sql index 1917729d..f1f94ef0 100644 --- a/controller/store/sql/sqlite3/005_v0_3_0_invites.sql +++ b/controller/store/sql/sqlite3/005_v0_3_0_invites.sql @@ -10,5 +10,5 @@ create table invites ( created_at datetime not null default(strftime('%Y-%m-%d %H:%M:%f', 'now')), updated_at datetime not null default(strftime('%Y-%m-%d %H:%M:%f', 'now')), - constraint chk_token check(token <> ''), + constraint chk_token check(token <> '') ); \ No newline at end of file