From 8f61aa03d9bd23141903a054b3cd6e743245fbc1 Mon Sep 17 00:00:00 2001 From: vargenau Date: Tue, 26 Aug 2008 13:23:56 +0000 Subject: [PATCH] Activated Id substitution for Subversion git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6203 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- schemas/mssql-destroy.sql | 2 +- schemas/mssql-initialize.sql | 2 +- schemas/mysql-1_3_11.sql | 2 +- schemas/mysql-destroy.sql | 2 +- schemas/mysql-initialize.sql | 2 +- schemas/oci8-destroy.sql | 2 +- schemas/oci8-initialize.sql | 2 +- schemas/psql-1_3_12.sql | 2 +- schemas/psql-destroy.sql | 2 +- schemas/psql-initialize.sql | 2 +- schemas/psql-tsearch2.sql | 2 +- schemas/sqlite-destroy.sql | 2 +- schemas/sqlite-initialize.sql | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/schemas/mssql-destroy.sql b/schemas/mssql-destroy.sql index 5bcfe645b..16734e9a1 100644 --- a/schemas/mssql-destroy.sql +++ b/schemas/mssql-destroy.sql @@ -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; diff --git a/schemas/mssql-initialize.sql b/schemas/mssql-initialize.sql index a5c2fc8c0..fae9a2817 100644 --- a/schemas/mssql-initialize.sql +++ b/schemas/mssql-initialize.sql @@ -1,4 +1,4 @@ --- $Id: mssql-initialize.sql,v 1.5 2006-12-08 08:04:10 rurban Exp $ +-- $Id$ -- UNTESTED! CREATE TABLE page ( diff --git a/schemas/mysql-1_3_11.sql b/schemas/mysql-1_3_11.sql index c169920db..2c6cf0084 100644 --- a/schemas/mysql-1_3_11.sql +++ b/schemas/mysql-1_3_11.sql @@ -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 diff --git a/schemas/mysql-destroy.sql b/schemas/mysql-destroy.sql index c805c641a..7753bf0f5 100644 --- a/schemas/mysql-destroy.sql +++ b/schemas/mysql-destroy.sql @@ -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; diff --git a/schemas/mysql-initialize.sql b/schemas/mysql-initialize.sql index e1dbd0f63..648d70d90 100644 --- a/schemas/mysql-initialize.sql +++ b/schemas/mysql-initialize.sql @@ -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, diff --git a/schemas/oci8-destroy.sql b/schemas/oci8-destroy.sql index 9da94384b..1f34ea0a7 100644 --- a/schemas/oci8-destroy.sql +++ b/schemas/oci8-destroy.sql @@ -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 diff --git a/schemas/oci8-initialize.sql b/schemas/oci8-initialize.sql index 8bb4afe2c..3e10360d5 100644 --- a/schemas/oci8-initialize.sql +++ b/schemas/oci8-initialize.sql @@ -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 diff --git a/schemas/psql-1_3_12.sql b/schemas/psql-1_3_12.sql index 1b6657a1f..cd5d053c5 100644 --- a/schemas/psql-1_3_12.sql +++ b/schemas/psql-1_3_12.sql @@ -1,4 +1,4 @@ --- $Id: psql-1_3_12.sql,v 1.5 2006-05-18 06:08:33 rurban Exp $ +-- $Id$ \set QUIET diff --git a/schemas/psql-destroy.sql b/schemas/psql-destroy.sql index 629b1daef..6d7c0ece2 100644 --- a/schemas/psql-destroy.sql +++ b/schemas/psql-destroy.sql @@ -1,4 +1,4 @@ --- $Id: psql-destroy.sql,v 1.11 2006-12-23 11:48:58 rurban Exp $ +-- $Id$ \set QUIET diff --git a/schemas/psql-initialize.sql b/schemas/psql-initialize.sql index a079f6635..40ef5d886 100644 --- a/schemas/psql-initialize.sql +++ b/schemas/psql-initialize.sql @@ -1,4 +1,4 @@ --- $Id: psql-initialize.sql,v 1.18 2007-02-17 14:15:28 rurban Exp $ +-- $Id$ \set QUIET diff --git a/schemas/psql-tsearch2.sql b/schemas/psql-tsearch2.sql index 92a1fda1f..76bb590ba 100644 --- a/schemas/psql-tsearch2.sql +++ b/schemas/psql-tsearch2.sql @@ -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 diff --git a/schemas/sqlite-destroy.sql b/schemas/sqlite-destroy.sql index 3e282135e..c3840fda8 100644 --- a/schemas/sqlite-destroy.sql +++ b/schemas/sqlite-destroy.sql @@ -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; diff --git a/schemas/sqlite-initialize.sql b/schemas/sqlite-initialize.sql index 21a156355..2165b89a5 100644 --- a/schemas/sqlite-initialize.sql +++ b/schemas/sqlite-initialize.sql @@ -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, -- 2.45.0