9 lines
205 B
Markdown
9 lines
205 B
Markdown
database and api for keeping track of all IFM tracks
|
|
|
|
== drop db and create fresh ==
|
|
* in postgres container:
|
|
** DROP SCHEMA public CASCADE;
|
|
** CREATE SCHEMA public;
|
|
* in lapis container:
|
|
** lapis migrate
|