From: <var...@us...> - 2012-10-01 07:46:45
|
Revision: 8335 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8335&view=rev Author: vargenau Date: 2012-10-01 07:46:38 +0000 (Mon, 01 Oct 2012) Log Message: ----------- Remove $Id$ Modified Paths: -------------- trunk/schemas/mssql-destroy.sql trunk/schemas/mssql-initialize.sql trunk/schemas/mysql-1_3_11.sql trunk/schemas/mysql-destroy.sql trunk/schemas/mysql-initialize.sql trunk/schemas/oci8-destroy.sql trunk/schemas/oci8-initialize.sql trunk/schemas/psql-1_3_12.sql trunk/schemas/psql-destroy.sql trunk/schemas/psql-initialize.sql trunk/schemas/psql-tsearch2.sql trunk/schemas/sqlite-destroy.sql trunk/schemas/sqlite-initialize.sql trunk/schemas/sqlsrv-destroy.sql trunk/schemas/sqlsrv-initialize.sql Property Changed: ---------------- trunk/schemas/mssql-destroy.sql trunk/schemas/mssql-initialize.sql trunk/schemas/mysql-1_3_11.sql trunk/schemas/mysql-destroy.sql trunk/schemas/mysql-initialize.sql trunk/schemas/oci8-destroy.sql trunk/schemas/oci8-initialize.sql trunk/schemas/psql-1_3_12.sql trunk/schemas/psql-destroy.sql trunk/schemas/psql-initialize.sql trunk/schemas/psql-tsearch2.sql Modified: trunk/schemas/mssql-destroy.sql =================================================================== --- trunk/schemas/mssql-destroy.sql 2012-10-01 07:39:13 UTC (rev 8334) +++ trunk/schemas/mssql-destroy.sql 2012-10-01 07:46:38 UTC (rev 8335) @@ -1,5 +1,3 @@ --- $Id$ - DROP TABLE page; DROP TABLE version; DROP TABLE recent; Property changes on: trunk/schemas/mssql-destroy.sql ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/schemas/mssql-initialize.sql =================================================================== --- trunk/schemas/mssql-initialize.sql 2012-10-01 07:39:13 UTC (rev 8334) +++ trunk/schemas/mssql-initialize.sql 2012-10-01 07:46:38 UTC (rev 8335) @@ -1,4 +1,3 @@ --- $Id$ -- UNTESTED! CREATE TABLE page ( Property changes on: trunk/schemas/mssql-initialize.sql ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/schemas/mysql-1_3_11.sql =================================================================== --- trunk/schemas/mysql-1_3_11.sql 2012-10-01 07:39:13 UTC (rev 8334) +++ trunk/schemas/mysql-1_3_11.sql 2012-10-01 07:46:38 UTC (rev 8335) @@ -1,4 +1,3 @@ --- $Id$ -- phpwiki 1.3.11 upgrade from 1.3.10 -- if ACCESS_LOG_SQL > 0 @@ -27,4 +26,4 @@ ALTER TABLE page ADD cached_html MEDIUMBLOB; -- support ipv6 -ALTER TABLE session CHANGE sess_ip sess_ip CHAR(40) NOT NULL; \ No newline at end of file +ALTER TABLE session CHANGE sess_ip sess_ip CHAR(40) NOT NULL; Property changes on: trunk/schemas/mysql-1_3_11.sql ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/schemas/mysql-destroy.sql =================================================================== --- trunk/schemas/mysql-destroy.sql 2012-10-01 07:39:13 UTC (rev 8334) +++ trunk/schemas/mysql-destroy.sql 2012-10-01 07:46:38 UTC (rev 8335) @@ -1,5 +1,3 @@ --- $Id$ - drop table if exists page; drop table if exists version; drop table if exists recent; Property changes on: trunk/schemas/mysql-destroy.sql ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/schemas/mysql-initialize.sql =================================================================== --- trunk/schemas/mysql-initialize.sql 2012-10-01 07:39:13 UTC (rev 8334) +++ trunk/schemas/mysql-initialize.sql 2012-10-01 07:46:38 UTC (rev 8335) @@ -1,5 +1,3 @@ --- $Id$ - CREATE TABLE page ( id INT NOT NULL AUTO_INCREMENT, -- for mysql => 4.1 define the charset here Property changes on: trunk/schemas/mysql-initialize.sql ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/schemas/oci8-destroy.sql =================================================================== --- trunk/schemas/oci8-destroy.sql 2012-10-01 07:39:13 UTC (rev 8334) +++ trunk/schemas/oci8-destroy.sql 2012-10-01 07:46:38 UTC (rev 8335) @@ -1,5 +1,3 @@ --- $Id$ - set verify off set feedback off Property changes on: trunk/schemas/oci8-destroy.sql ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/schemas/oci8-initialize.sql =================================================================== --- trunk/schemas/oci8-initialize.sql 2012-10-01 07:39:13 UTC (rev 8334) +++ trunk/schemas/oci8-initialize.sql 2012-10-01 07:46:38 UTC (rev 8335) @@ -1,5 +1,3 @@ --- $Id$ - set verify off set feedback off Property changes on: trunk/schemas/oci8-initialize.sql ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/schemas/psql-1_3_12.sql =================================================================== --- trunk/schemas/psql-1_3_12.sql 2012-10-01 07:39:13 UTC (rev 8334) +++ trunk/schemas/psql-1_3_12.sql 2012-10-01 07:46:38 UTC (rev 8335) @@ -1,5 +1,3 @@ --- $Id$ - \set QUIET -- Init the database with: Property changes on: trunk/schemas/psql-1_3_12.sql ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/schemas/psql-destroy.sql =================================================================== --- trunk/schemas/psql-destroy.sql 2012-10-01 07:39:13 UTC (rev 8334) +++ trunk/schemas/psql-destroy.sql 2012-10-01 07:46:38 UTC (rev 8335) @@ -1,5 +1,3 @@ --- $Id$ - \set QUIET -- ================================================================ Property changes on: trunk/schemas/psql-destroy.sql ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/schemas/psql-initialize.sql =================================================================== --- trunk/schemas/psql-initialize.sql 2012-10-01 07:39:13 UTC (rev 8334) +++ trunk/schemas/psql-initialize.sql 2012-10-01 07:46:38 UTC (rev 8335) @@ -1,5 +1,3 @@ --- $Id$ - \set QUIET -- ================================================================ Property changes on: trunk/schemas/psql-initialize.sql ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/schemas/psql-tsearch2.sql =================================================================== --- trunk/schemas/psql-tsearch2.sql 2012-10-01 07:39:13 UTC (rev 8334) +++ trunk/schemas/psql-tsearch2.sql 2012-10-01 07:46:38 UTC (rev 8335) @@ -1,4 +1,3 @@ --- $Id$ -- use the tsearch2 fulltextsearch extension: (recommended) -- 7.4, 8.0, 8.1 -- $ psql phpwiki < /usr/share/postgresql/contrib/tsearch2.sql Property changes on: trunk/schemas/psql-tsearch2.sql ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/schemas/sqlite-destroy.sql =================================================================== --- trunk/schemas/sqlite-destroy.sql 2012-10-01 07:39:13 UTC (rev 8334) +++ trunk/schemas/sqlite-destroy.sql 2012-10-01 07:46:38 UTC (rev 8335) @@ -1,7 +1,5 @@ -- http://www.hezmatt.org/~mpalmer/sqlite-phpwiki/sqlite.sql --- $Id$ - DROP TABLE page; DROP TABLE version; DROP TABLE recent; Modified: trunk/schemas/sqlite-initialize.sql =================================================================== --- trunk/schemas/sqlite-initialize.sql 2012-10-01 07:39:13 UTC (rev 8334) +++ trunk/schemas/sqlite-initialize.sql 2012-10-01 07:46:38 UTC (rev 8335) @@ -1,7 +1,5 @@ -- http://www.hezmatt.org/~mpalmer/sqlite-phpwiki/sqlite.sql --- $Id$ - CREATE TABLE page ( id INTEGER PRIMARY KEY, pagename VARCHAR(100) NOT NULL, Modified: trunk/schemas/sqlsrv-destroy.sql =================================================================== --- trunk/schemas/sqlsrv-destroy.sql 2012-10-01 07:39:13 UTC (rev 8334) +++ trunk/schemas/sqlsrv-destroy.sql 2012-10-01 07:46:38 UTC (rev 8335) @@ -1,5 +1,3 @@ --- $Id: mssql-destroy.sql,v 1.3 2005/09/28 19:27:23 rurban Exp $ - DROP TABLE page; DROP TABLE version; DROP TABLE recent; Modified: trunk/schemas/sqlsrv-initialize.sql =================================================================== --- trunk/schemas/sqlsrv-initialize.sql 2012-10-01 07:39:13 UTC (rev 8334) +++ trunk/schemas/sqlsrv-initialize.sql 2012-10-01 07:46:38 UTC (rev 8335) @@ -1,4 +1,3 @@ --- $Id: sqlsrv-initialize.sql,v 1.5 2006/12/08 08:04:10 rurban Exp $ -- UNTESTED! -- the CREATE FUNCTION section must be run as a seperate query. cut/paste run before executing the remainder This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |