|
From: Paul S. O. <ps...@us...> - 2001-12-19 23:12:24
|
Update of /cvsroot/phpbb/phpBB2/db/schemas In directory usw-pr-cvs1:/tmp/cvs-serv21663/db/schemas Modified Files: mssql_schema.sql Log Message: Topic last post id was set as non null ... Index: mssql_schema.sql =================================================================== RCS file: /cvsroot/phpbb/phpBB2/db/schemas/mssql_schema.sql,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -r1.14 -r1.15 *** mssql_schema.sql 2001/12/19 23:03:58 1.14 --- mssql_schema.sql 2001/12/19 23:12:22 1.15 *************** *** 289,293 **** [topic_type] [smallint] NOT NULL , [topic_vote] [smallint] NOT NULL , ! [topic_last_post_id] [int] NOT NULL , [topic_moved_id] [int] NULL ) ON [PRIMARY] --- 289,293 ---- [topic_type] [smallint] NOT NULL , [topic_vote] [smallint] NOT NULL , ! [topic_last_post_id] [int] NULL , [topic_moved_id] [int] NULL ) ON [PRIMARY] |