kishor10d / Admin-Panel-User-Management-using-CodeIgniter

Admin Panel User Management Demo - CodeIgniter + AdminLTE Theme
http://cias.codeinsect.com
GNU General Public License v3.0
334 stars 244 forks source link

Database schema is out of date #93

Closed kolorete78 closed 2 years ago

kolorete78 commented 2 years ago

The database on repository is very old. It doesn't reflect current changes to the system.

Can you please upload the new version.

Unknown column 'BaseTbl.isAdmin' in 'field list'

SELECT BaseTbl.userId, BaseTbl.password, BaseTbl.name, BaseTbl.roleId, BaseTbl.isAdmin, Roles.role FROM tbl_users as BaseTbl JOIN tbl_roles as Roles ON Roles.roleId = BaseTbl.roleId WHERE BaseTbl.email = 'admin@example.com' AND BaseTbl.isDeleted = 0

Column "isAdmin" doesn't exist on cias.sql on the repo

kishor10d commented 2 years ago

@kolorete78 : The database is updated now. You can pull the latest changes. Although, some work is pending regarding the roles and rights. Very soon will update full working demo.