blob: 2598ab101e7ffd6acac6d0df68479773d498cd2d (
plain) (
blame)
1
2
3
4
5
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))
|