mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/10189] Get rid of $id$ from schema files
PHPBB3-10189
This commit is contained in:
@@ -3,10 +3,6 @@
|
||||
# To change the contents of this file, edit
|
||||
# phpBB/develop/create_schema_files.php and
|
||||
# run it.
|
||||
#
|
||||
# $Id: $
|
||||
#
|
||||
|
||||
|
||||
# Table: 'phpbb_attachments'
|
||||
CREATE TABLE phpbb_attachments (
|
||||
|
@@ -6,12 +6,6 @@
|
||||
* run it.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
$Id: $
|
||||
|
||||
*/
|
||||
|
||||
/*
|
||||
Table: 'phpbb_attachments'
|
||||
*/
|
||||
|
@@ -3,10 +3,6 @@
|
||||
# To change the contents of this file, edit
|
||||
# phpBB/develop/create_schema_files.php and
|
||||
# run it.
|
||||
#
|
||||
# $Id: $
|
||||
#
|
||||
|
||||
# Table: 'phpbb_attachments'
|
||||
CREATE TABLE phpbb_attachments (
|
||||
attach_id mediumint(8) UNSIGNED NOT NULL auto_increment,
|
||||
|
@@ -3,10 +3,6 @@
|
||||
# To change the contents of this file, edit
|
||||
# phpBB/develop/create_schema_files.php and
|
||||
# run it.
|
||||
#
|
||||
# $Id: $
|
||||
#
|
||||
|
||||
# Table: 'phpbb_attachments'
|
||||
CREATE TABLE phpbb_attachments (
|
||||
attach_id mediumint(8) UNSIGNED NOT NULL auto_increment,
|
||||
|
@@ -6,12 +6,6 @@
|
||||
* run it.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
$Id: $
|
||||
|
||||
*/
|
||||
|
||||
/*
|
||||
This first section is optional, however its probably the best method
|
||||
of running phpBB on Oracle. If you already have a tablespace and user created
|
||||
|
@@ -6,12 +6,6 @@
|
||||
* run it.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
$Id: $
|
||||
|
||||
*/
|
||||
|
||||
BEGIN;
|
||||
|
||||
/*
|
||||
|
@@ -3,10 +3,6 @@
|
||||
# To change the contents of this file, edit
|
||||
# phpBB/develop/create_schema_files.php and
|
||||
# run it.
|
||||
#
|
||||
# $Id: $
|
||||
#
|
||||
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
# Table: 'phpbb_attachments'
|
||||
|
Reference in New Issue
Block a user