about summary refs log tree commit diff
path: root/web/panettone/src/migrations/3921488651-create-users-table.lisp
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))