mirror of
https://github.com/openziti/zrok.git
synced 2025-01-03 04:29:19 +01:00
sqlite typo
This commit is contained in:
parent
0734e7b511
commit
354ccb853f
@ -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 <> '')
|
||||
);
|
Loading…
Reference in New Issue
Block a user