feature #26: Add ZDB index to constitution, article and comment

This commit is contained in:
2019-09-01 01:31:29 +02:00
parent cb91c50e58
commit befa456a38
2 changed files with 201 additions and 4 deletions

View File

@@ -37,5 +37,5 @@ drop function if exists set_version_number();
drop table if exists moderator;
drop table if exists citizen_in_workgroup;
drop table if exists workgroup;
drop table if exists citizen;
drop table if exists citizen cascade;
drop table if exists "user";