diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2014-06-24 00:19:30 +0200 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2014-06-24 00:19:30 +0200 |
| commit | ba456bb00ea161ff17311689cdc4bcc8657bb32d (patch) | |
| tree | a0f9297d59151bd864f193181fd9959ecdb500f8 /phpBB/install/schemas/sqlite_schema.sql | |
| parent | 83326718132811d8b57ac8612ff50887ec0fa101 (diff) | |
| parent | 307c9bc15f2ff33222375ba53b0e9979aef35f22 (diff) | |
| download | forums-ba456bb00ea161ff17311689cdc4bcc8657bb32d.tar forums-ba456bb00ea161ff17311689cdc4bcc8657bb32d.tar.gz forums-ba456bb00ea161ff17311689cdc4bcc8657bb32d.tar.bz2 forums-ba456bb00ea161ff17311689cdc4bcc8657bb32d.tar.xz forums-ba456bb00ea161ff17311689cdc4bcc8657bb32d.zip | |
Merge pull request #2643 from nickvergessen/ticket/12763
Ticket/12763 Do not regenerate the *_schema.sql files
* nickvergessen/ticket/12763:
[ticket/12763] Remove invalid comment from oracle and postgres *_schema.sql
[ticket/12763] Remove empty schema files
[ticket/12763] Do not regenerate the *_schema.sql files
Diffstat (limited to 'phpBB/install/schemas/sqlite_schema.sql')
| -rw-r--r-- | phpBB/install/schemas/sqlite_schema.sql | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/install/schemas/sqlite_schema.sql b/phpBB/install/schemas/sqlite_schema.sql deleted file mode 100644 index 28649dc54c..0000000000 --- a/phpBB/install/schemas/sqlite_schema.sql +++ /dev/null @@ -1,5 +0,0 @@ -# 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. |
