thebadspace/database
ro 07793a413a Cleaned up migrations, full text search in model
Migrations were pretty much useless for database set up, so that needed
some attention to make setting up the project easier. Now, all necessary
tables can be created by running the `artisan migrate` command assuming
one has the database parameters set in the .env file

also added full text search capabilites through the database set up,
which the model itself can use to find locations, so the search has been
updated in the appropriate locations as well.

still need to add initial account set up and a form for adding sources
through the UI, but this was a big step towards letting anyone set up
their own version of tbs
2025-04-15 13:58:12 -06:00
..
factories The Big Switch 2023-08-14 12:07:53 -07:00
migrations Cleaned up migrations, full text search in model 2025-04-15 13:58:12 -06:00
seeders The Big Switch 2023-08-14 12:07:53 -07:00
.gitignore The Big Switch 2023-08-14 12:07:53 -07:00