We have to run migrations before we can build
This commit is contained in:
parent
294eda5f95
commit
e01f7c533e
1 changed files with 1 additions and 0 deletions
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue