danieltj27 / Cece

The little blogging framework.
MIT License
0 stars 0 forks source link

No database migrations available #4

Closed danieltj27 closed 5 months ago

danieltj27 commented 5 months ago

Unfortunately since I last did anything with this project I deleted the only instance of my test site so I've got no idea what database schema I need to setup a new install.

So, probably sort that out and I can revive the project 😂

danieltj27 commented 5 months ago

is_app_installed() checks to see if the app is installed and if not, redirects to the install page.

That's probably a good start for where I should look at including a default database schema that can install the app.

danieltj27 commented 5 months ago

install_database() in the system controller houses all the database schemas.

Literally having to reverse engineer 5 year old code 😂 at least this is complete.