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