Header.
This commit is contained in:
parent
cfcfb755b9
commit
0fa65cfbe2
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
----------------------------------------------------------------------------------------------------
|
||||
-- Keys; aka user sessions/auth tokens
|
||||
----------------------------------------------------------------------------------------------------
|
||||
|
||||
-- name: migration-0000-create-user-keys#
|
||||
-- Keys represent API keys and auth sessions
|
||||
CREATE TABLE IF NOT EXISTS user_keys (
|
||||
|
|
Loading…
Reference in a new issue