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 | c01ae175a6703bfb4c4914582d8c73c63476ba6e (patch) | |
| tree | e402965fd3c6e53b05139c022498e31a7278688b /phpBB/install/schemas/postgres_schema.sql | |
| parent | c0699c88f8a53ca35c30bc1747ba32db56ee3e16 (diff) | |
| parent | ba456bb00ea161ff17311689cdc4bcc8657bb32d (diff) | |
| download | forums-c01ae175a6703bfb4c4914582d8c73c63476ba6e.tar forums-c01ae175a6703bfb4c4914582d8c73c63476ba6e.tar.gz forums-c01ae175a6703bfb4c4914582d8c73c63476ba6e.tar.bz2 forums-c01ae175a6703bfb4c4914582d8c73c63476ba6e.tar.xz forums-c01ae175a6703bfb4c4914582d8c73c63476ba6e.zip | |
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus:
[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/postgres_schema.sql')
| -rw-r--r-- | phpBB/install/schemas/postgres_schema.sql | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/phpBB/install/schemas/postgres_schema.sql b/phpBB/install/schemas/postgres_schema.sql index 3fc8589844..65caba8d1c 100644 --- a/phpBB/install/schemas/postgres_schema.sql +++ b/phpBB/install/schemas/postgres_schema.sql @@ -1,10 +1,3 @@ -/* - * 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; |
