JasonBaier / ci3-fire-starter

NOW THAT CODEIGNITER 4 HAS BEEN RELEASED, THIS PROJECT WILL NOT BE UPDATED ANYMORE. CI3 Fire Starter is a CodeIgniter3 skeleton application that includes jQuery and Twitter Bootstrap. It is intended to be light weight, minimalistic and not get in your way of building great CodeIgniter 3 applications.
MIT License
153 stars 152 forks source link

Database #22

Closed mrtn closed 8 years ago

mrtn commented 8 years ago

Hi,

I think the database isn't updated yet. While setting up i get the following error.

Error Number: 1146 Table 'firestarter.login_attempts' doesn't exist DELETE FROM login_attempts WHERE attempt < '2016-03-02 10:36:35' Filename: models/Users_model.php Line Number: 425

Can you upload it?

JasonBaier commented 8 years ago

Thanks, I did forget. You could also just run the schema update, but I uploaded an updated master SQL file.