Ticket #517: install.php.patch
| File install.php.patch, 0.7 kB (added by schnoodles, 10 months ago) |
|---|
-
var/www/SVNProjects/SVN_Kohana/modules/auth/views/auth/install.php
1 <p>The following tables must be installed in your database: users, roles, and users_roles. If you have no already installed these tables, please run the following query:</p>1 <p>The following tables must be installed in your database: users, roles, and users_roles. If you have not already installed these tables, please run the following query:</p> 2 2 3 3 <pre> 4 4 CREATE TABLE IF NOT EXISTS `roles` (
