View of /branches/mambo5/app/config/sql/sessions.sql
Parent Directory
|
Revision Log
Revision 2 -
(download)
(annotate)
Fri Dec 3 04:30:31 2010 UTC (2 years, 6 months ago) by enjoyman
File size: 497 byte(s)
Fri Dec 3 04:30:31 2010 UTC (2 years, 6 months ago) by enjoyman
File size: 497 byte(s)
first commit mambo5 with cakephp1.3.6.
# $Id: sessions.sql 4410 2007-02-02 13:31:21Z phpnut $ # # Copyright 2005-2007, Cake Software Foundation, Inc. # 1785 E. Sahara Avenue, Suite 490-204 # Las Vegas, Nevada 89104 # # Licensed under The MIT License # Redistributions of files must retain the above copyright notice. # http://www.opensource.org/licenses/mit-license.php The MIT License CREATE TABLE cake_sessions ( id varchar(255) NOT NULL default '', data text, expires int(11) default NULL, PRIMARY KEY (id) );
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

