mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Merge branch 'develop-olympus' into develop
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
# DO NOT EDIT THIS FILE, IT IS GENERATED
|
||||
#
|
||||
# $Id: $
|
||||
#
|
||||
|
||||
# To change the contents of this file, edit
|
||||
# phpBB/develop/create_schema_files.php and
|
||||
# run it.
|
||||
|
||||
# Table: 'phpbb_attachments'
|
||||
CREATE TABLE phpbb_attachments (
|
||||
|
@@ -1,8 +1,10 @@
|
||||
/*
|
||||
|
||||
$Id: $
|
||||
|
||||
*/
|
||||
* DO NOT EDIT THIS FILE, IT IS GENERATED
|
||||
*
|
||||
* To change the contents of this file, edit
|
||||
* phpBB/develop/create_schema_files.php and
|
||||
* run it.
|
||||
*/
|
||||
|
||||
/*
|
||||
Table: 'phpbb_attachments'
|
||||
|
@@ -1,7 +1,8 @@
|
||||
# DO NOT EDIT THIS FILE, IT IS GENERATED
|
||||
#
|
||||
# $Id: $
|
||||
#
|
||||
|
||||
# To change the contents of this file, edit
|
||||
# phpBB/develop/create_schema_files.php and
|
||||
# run it.
|
||||
# Table: 'phpbb_attachments'
|
||||
CREATE TABLE phpbb_attachments (
|
||||
attach_id mediumint(8) UNSIGNED NOT NULL auto_increment,
|
||||
|
@@ -1,7 +1,8 @@
|
||||
# DO NOT EDIT THIS FILE, IT IS GENERATED
|
||||
#
|
||||
# $Id: $
|
||||
#
|
||||
|
||||
# To change the contents of this file, edit
|
||||
# phpBB/develop/create_schema_files.php and
|
||||
# run it.
|
||||
# Table: 'phpbb_attachments'
|
||||
CREATE TABLE phpbb_attachments (
|
||||
attach_id mediumint(8) UNSIGNED NOT NULL auto_increment,
|
||||
|
@@ -1,8 +1,10 @@
|
||||
/*
|
||||
|
||||
$Id: $
|
||||
|
||||
*/
|
||||
* DO NOT EDIT THIS FILE, IT IS GENERATED
|
||||
*
|
||||
* To change the contents of this file, edit
|
||||
* phpBB/develop/create_schema_files.php and
|
||||
* run it.
|
||||
*/
|
||||
|
||||
/*
|
||||
This first section is optional, however its probably the best method
|
||||
|
@@ -1,8 +1,10 @@
|
||||
/*
|
||||
|
||||
$Id: $
|
||||
|
||||
*/
|
||||
* DO NOT EDIT THIS FILE, IT IS GENERATED
|
||||
*
|
||||
* To change the contents of this file, edit
|
||||
* phpBB/develop/create_schema_files.php and
|
||||
* run it.
|
||||
*/
|
||||
|
||||
BEGIN;
|
||||
|
||||
|
@@ -1,7 +1,8 @@
|
||||
# DO NOT EDIT THIS FILE, IT IS GENERATED
|
||||
#
|
||||
# $Id: $
|
||||
#
|
||||
|
||||
# To change the contents of this file, edit
|
||||
# phpBB/develop/create_schema_files.php and
|
||||
# run it.
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
# Table: 'phpbb_attachments'
|
||||
|
Reference in New Issue
Block a user