Skip to content

Commit

Permalink
Remove schema.sql
Browse files Browse the repository at this point in the history
Should use migrations instead.
  • Loading branch information
gabriel376 committed Mar 26, 2024
1 parent 5c85e17 commit ceb7202
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 96 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,6 @@ make pgcli
# if it asks for a pass enter "mypass"
```

To initialise schema, open pgcli and then load the schema file

``` sql
\i schema.sql
```

this can be done again to reset the database to a clean slate.

For populating the db from a slack archive, check `bulk_import.clj` file.

## Migration files
Expand Down
88 changes: 0 additions & 88 deletions schema.sql

This file was deleted.

0 comments on commit ceb7202

Please sign in to comment.