From: <var...@us...> - 2008-08-26 13:23:49
|
Revision: 6203 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6203&view=rev Author: vargenau Date: 2008-08-26 13:23:56 +0000 (Tue, 26 Aug 2008) Log Message: ----------- Activated Id substitution for Subversion 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 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 trunk/schemas/sqlite-destroy.sql trunk/schemas/sqlite-initialize.sql Modified: trunk/schemas/mssql-destroy.sql =================================================================== --- trunk/schemas/mssql-destroy.sql 2008-08-26 13:14:32 UTC (rev 6202) +++ trunk/schemas/mssql-destroy.sql 2008-08-26 13:23:56 UTC (rev 6203) @@ -1,4 +1,4 @@ --- $Id: mssql-destroy.sql,v 1.3 2005-09-28 19:27:23 rurban Exp $ +-- $Id$ DROP TABLE page; DROP TABLE version; Property changes on: trunk/schemas/mssql-destroy.sql ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/schemas/mssql-initialize.sql =================================================================== --- trunk/schemas/mssql-initialize.sql 2008-08-26 13:14:32 UTC (rev 6202) +++ trunk/schemas/mssql-initialize.sql 2008-08-26 13:23:56 UTC (rev 6203) @@ -1,4 +1,4 @@ --- $Id: mssql-initialize.sql,v 1.5 2006-12-08 08:04:10 rurban Exp $ +-- $Id$ -- UNTESTED! CREATE TABLE page ( Property changes on: trunk/schemas/mssql-initialize.sql ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/schemas/mysql-1_3_11.sql =================================================================== --- trunk/schemas/mysql-1_3_11.sql 2008-08-26 13:14:32 UTC (rev 6202) +++ trunk/schemas/mysql-1_3_11.sql 2008-08-26 13:23:56 UTC (rev 6203) @@ -1,4 +1,4 @@ --- $Id: mysql-1_3_11.sql,v 1.5 2005-06-21 05:59:18 rurban Exp $ +-- $Id$ -- phpwiki 1.3.11 upgrade from 1.3.10 -- if ACCESS_LOG_SQL > 0 Property changes on: trunk/schemas/mysql-1_3_11.sql ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/schemas/mysql-destroy.sql =================================================================== --- trunk/schemas/mysql-destroy.sql 2008-08-26 13:14:32 UTC (rev 6202) +++ trunk/schemas/mysql-destroy.sql 2008-08-26 13:23:56 UTC (rev 6203) @@ -1,4 +1,4 @@ --- $Id: mysql-destroy.sql,v 1.2 2005-09-28 19:27:23 rurban Exp $ +-- $Id$ drop table if exists page; drop table if exists version; Property changes on: trunk/schemas/mysql-destroy.sql ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/schemas/mysql-initialize.sql =================================================================== --- trunk/schemas/mysql-initialize.sql 2008-08-26 13:14:32 UTC (rev 6202) +++ trunk/schemas/mysql-initialize.sql 2008-08-26 13:23:56 UTC (rev 6203) @@ -1,4 +1,4 @@ --- $Id: mysql-initialize.sql,v 1.17 2007-09-01 13:42:48 rurban Exp $ +-- $Id$ CREATE TABLE page ( id INT NOT NULL AUTO_INCREMENT, Property changes on: trunk/schemas/mysql-initialize.sql ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/schemas/oci8-destroy.sql =================================================================== --- trunk/schemas/oci8-destroy.sql 2008-08-26 13:14:32 UTC (rev 6202) +++ trunk/schemas/oci8-destroy.sql 2008-08-26 13:23:56 UTC (rev 6203) @@ -1,4 +1,4 @@ --- $Id: oci8-destroy.sql,v 1.2 2005-02-27 09:33:05 rurban Exp $ +-- $Id$ set verify off set feedback off Property changes on: trunk/schemas/oci8-destroy.sql ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/schemas/oci8-initialize.sql =================================================================== --- trunk/schemas/oci8-initialize.sql 2008-08-26 13:14:32 UTC (rev 6202) +++ trunk/schemas/oci8-initialize.sql 2008-08-26 13:23:56 UTC (rev 6203) @@ -1,4 +1,4 @@ --- $Id: oci8-initialize.sql,v 1.7 2006-12-23 11:47:40 rurban Exp $ +-- $Id$ set verify off set feedback off Property changes on: trunk/schemas/oci8-initialize.sql ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/schemas/psql-1_3_12.sql =================================================================== --- trunk/schemas/psql-1_3_12.sql 2008-08-26 13:14:32 UTC (rev 6202) +++ trunk/schemas/psql-1_3_12.sql 2008-08-26 13:23:56 UTC (rev 6203) @@ -1,4 +1,4 @@ --- $Id: psql-1_3_12.sql,v 1.5 2006-05-18 06:08:33 rurban Exp $ +-- $Id$ \set QUIET Property changes on: trunk/schemas/psql-1_3_12.sql ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/schemas/psql-destroy.sql =================================================================== --- trunk/schemas/psql-destroy.sql 2008-08-26 13:14:32 UTC (rev 6202) +++ trunk/schemas/psql-destroy.sql 2008-08-26 13:23:56 UTC (rev 6203) @@ -1,4 +1,4 @@ --- $Id: psql-destroy.sql,v 1.11 2006-12-23 11:48:58 rurban Exp $ +-- $Id$ \set QUIET Property changes on: trunk/schemas/psql-destroy.sql ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/schemas/psql-initialize.sql =================================================================== --- trunk/schemas/psql-initialize.sql 2008-08-26 13:14:32 UTC (rev 6202) +++ trunk/schemas/psql-initialize.sql 2008-08-26 13:23:56 UTC (rev 6203) @@ -1,4 +1,4 @@ --- $Id: psql-initialize.sql,v 1.18 2007-02-17 14:15:28 rurban Exp $ +-- $Id$ \set QUIET Property changes on: trunk/schemas/psql-initialize.sql ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/schemas/psql-tsearch2.sql =================================================================== --- trunk/schemas/psql-tsearch2.sql 2008-08-26 13:14:32 UTC (rev 6202) +++ trunk/schemas/psql-tsearch2.sql 2008-08-26 13:23:56 UTC (rev 6203) @@ -1,4 +1,4 @@ --- $Id: psql-tsearch2.sql,v 1.3 2007-02-17 14:15:37 rurban Exp $ +-- $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 ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/schemas/sqlite-destroy.sql =================================================================== --- trunk/schemas/sqlite-destroy.sql 2008-08-26 13:14:32 UTC (rev 6202) +++ trunk/schemas/sqlite-destroy.sql 2008-08-26 13:23:56 UTC (rev 6203) @@ -1,6 +1,6 @@ -- http://www.hezmatt.org/~mpalmer/sqlite-phpwiki/sqlite.sql --- $Id: sqlite-destroy.sql,v 1.3 2005-09-28 19:27:23 rurban Exp $ +-- $Id$ DROP TABLE page; DROP TABLE version; Property changes on: trunk/schemas/sqlite-destroy.sql ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/schemas/sqlite-initialize.sql =================================================================== --- trunk/schemas/sqlite-initialize.sql 2008-08-26 13:14:32 UTC (rev 6202) +++ trunk/schemas/sqlite-initialize.sql 2008-08-26 13:23:56 UTC (rev 6203) @@ -1,6 +1,6 @@ -- http://www.hezmatt.org/~mpalmer/sqlite-phpwiki/sqlite.sql --- $Id: sqlite-initialize.sql,v 1.7 2008-01-19 16:41:05 vargenau Exp $ +-- $Id$ CREATE TABLE page ( id INTEGER PRIMARY KEY, Property changes on: trunk/schemas/sqlite-initialize.sql ___________________________________________________________________ Added: svn:keywords + Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |