[geeklog-cvs] Geeklog-2.x/plugins/content/sql/MySQL create.sql, NONE, 1.1 set_privs_for_content_unit_tests.sql, NONE, 1.1

Damien Hodgkin dhodgkin at qs1489.pair.com
Wed Aug 8 16:23:47 EDT 2007


Update of /cvsroot/geeklog2/Geeklog-2.x/plugins/content/sql/MySQL
In directory qs1489.pair.com:/tmp/cvs-serv13905/plugins/content/sql/MySQL

Added Files:
	create.sql set_privs_for_content_unit_tests.sql 
Log Message:
Second commit

--- NEW FILE: set_privs_for_content_unit_tests.sql ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: create.sql ---
CREATE TABLE gl2_content (
  a_id int(10) unsigned NOT NULL auto_increment,
  a_author varchar(150) NOT NULL,
  a_title varchar(255) NOT NULL,
  a_description text,
  a_body text,
  a_url varchar(255) NOT NULL,
  a_num_clicks int(11) NOT NULL default '0',
  PRIMARY KEY (a_id),
  FOREIGN KEY (a_id) REFERENCES gl2_item(item_id)
) TYPE=INNODB1;



More information about the geeklog-cvs mailing list