We have to run migrations before we can build

This commit is contained in:
Charlotte Som 2022-01-14 07:28:04 +00:00
parent 294eda5f95
commit e01f7c533e

View file

@ -11,6 +11,7 @@
```shell ```shell
$ touch data.db $ touch data.db
$ export DATABASE_URL="sqlite://data.db" $ export DATABASE_URL="sqlite://data.db"
$ sqlx migrate run
$ $
$ cd static/inter $ cd static/inter
static/inter $ # download inter.zip from GitHub and extract the contents of 'Inter Web' static/inter $ # download inter.zip from GitHub and extract the contents of 'Inter Web'