diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-01-13 19:36:20 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-01-13 19:36:20 +0100 |
commit | a94c20faa24cd450d697efa65be837075ec3cceb (patch) | |
tree | 66ec62d3c30af5b0c1b778d78e9a1040a911da21 | |
parent | 7cd7bb3c015be1355ab634d3cb704c1d764bf8b0 (diff) | |
download | forums-a94c20faa24cd450d697efa65be837075ec3cceb.tar forums-a94c20faa24cd450d697efa65be837075ec3cceb.tar.gz forums-a94c20faa24cd450d697efa65be837075ec3cceb.tar.bz2 forums-a94c20faa24cd450d697efa65be837075ec3cceb.tar.xz forums-a94c20faa24cd450d697efa65be837075ec3cceb.zip |
[ticket/11875] Add back new line
PHPBB3-11875
-rw-r--r-- | phpBB/install/schemas/postgres_schema.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/postgres_schema.sql b/phpBB/install/schemas/postgres_schema.sql index 890580a8b8..65caba8d1c 100644 --- a/phpBB/install/schemas/postgres_schema.sql +++ b/phpBB/install/schemas/postgres_schema.sql @@ -77,3 +77,4 @@ CREATE OPERATOR =( SORT1= <); COMMIT; + |