[Phpslash-commit] CVS: phpslash-ft/tables/0.7 slash-all.sql,1.4,1.5
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2002-06-13 20:03:47
|
Update of /cvsroot/phpslash/phpslash-ft/tables/0.7 In directory usw-pr-cvs1:/tmp/cvs-serv944/phpslash-ft/tables/0.7 Modified Files: slash-all.sql Log Message: story action methods return output Index: slash-all.sql =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/tables/0.7/slash-all.sql,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** slash-all.sql 7 Jun 2002 16:24:59 -0000 1.4 --- slash-all.sql 13 Jun 2002 20:03:44 -0000 1.5 *************** *** 1055,1058 **** --- 1055,1059 ---- hits int(11) unsigned, topic_cache text, + story_options text, PRIMARY KEY (story_id) ); *************** *** 1062,1070 **** # ! INSERT INTO psl_story (story_id, user_id, title, dept, time, intro_text, body_text, hits, topic_cache) VALUES ( '19', '1', 'Congratulations! It Works!', 'new-stuff-is-cool', '2000-12-04 17:29:56', 'Welcome to phpslash! <br> <br> Now, login to the Admin Section with the default username of \'god\' and password of \'password\' and delete this story! <br> <br> ! Then, add yourself as an author (remember to give yourself all Security permissions) and logout / login again. ', '', '1', ''); # -------------------------------------------------------- --- 1063,1071 ---- # ! INSERT INTO psl_story (story_id, user_id, title, dept, time, intro_text, body_text, hits, topic_cache, story_options) VALUES ( '19', '1', 'Congratulations! It Works!', 'new-stuff-is-cool', '2000-12-04 17:29:56', 'Welcome to phpslash! <br> <br> Now, login to the Admin Section with the default username of \'god\' and password of \'password\' and delete this story! <br> <br> ! Then, add yourself as an author (remember to give yourself all Security permissions) and logout / login again. ', '', '1', '', ''); # -------------------------------------------------------- |