mirror of
https://git.sr.ht/~edwardloveall/scribe
synced 2025-12-10 12:41:23 +00:00
Remove postgress stuff from script/setup
This app doesn't use a database so there's no point.
This commit is contained in:
13
script/setup
13
script/setup
@@ -28,18 +28,5 @@ if [ ! -f ".env" ]; then
|
|||||||
print_done
|
print_done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
notice "Creating the database"
|
|
||||||
lucky db.create | indent
|
|
||||||
|
|
||||||
notice "Verifying postgres connection"
|
|
||||||
lucky db.verify_connection | indent
|
|
||||||
|
|
||||||
notice "Migrating the database"
|
|
||||||
lucky db.migrate | indent
|
|
||||||
|
|
||||||
notice "Seeding the database with required and sample records"
|
|
||||||
lucky db.seed.required_data | indent
|
|
||||||
lucky db.seed.sample_data | indent
|
|
||||||
|
|
||||||
print_done
|
print_done
|
||||||
notice "Run 'lucky dev' to start the app"
|
notice "Run 'lucky dev' to start the app"
|
||||||
|
|||||||
Reference in New Issue
Block a user