Commit Graph

4 Commits (43f0010cab9776d5bb447dc230f488b8229ffa6d)

Author SHA1 Message Date
Ruiwen Chua a5ea29cd15 fix: dev: Update POSTGRES-*.sql files
These were created using [pgloader](https://github.com/dimitri/pgloader)

MYSQL.sql was first imported into a mysql:5.7 Docker image, then pgloader
was used to import it into a postgres:11-alpine image. The schema and data
were then dumped using pg_dump into POSTGRESQL-structure.sql and POSTGRESQL-data-initial.sql
respectively
2018-11-28 15:13:08 +08:00
iglocska 8acd4a783d chg: DB changes pre-loaded for 2.4.71 2017-04-10 17:25:10 +02:00
Andreas Ziegler b3ce62e168 chg: Default roles all have API access
- changed the default role set to have api access enabled
- existing installations not affected
- if a community wants to restrict API access for certain users they're free to do it

(same as aa03830643 but for postgres this time)
2016-09-20 17:41:30 +02:00
Andreas Ziegler 97f730c1af new: db structure&data file for PostgreSQL support 2016-09-01 01:08:18 +02:00