feat(web/panettone): Create users table
Create a (currently unused) table to store information about users. I'll be manually migrating over all the information about users into this table, then will make a subsequent CL to make the rest of the tables foreign-key into this table Change-Id: I1b1c4b50c4a61326df3382809f701947a2caf536 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11411 Autosubmit: aspen <root@gws.fyi> Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
594600cd4a
commit
413441e2f2
3 changed files with 41 additions and 2 deletions
|
|
@ -0,0 +1,6 @@
|
|||
"Add a table to store information about users, load the initial set of users
|
||||
from the authentication provider, and change fks for other tables"
|
||||
|
||||
(defun up ()
|
||||
(panettone.model:create-table-if-not-exists
|
||||
'panettone.model:user))
|
||||
Loading…
Add table
Add a link
Reference in a new issue