comparison: setup/postgres/psql_create_tables.sql
setup/postgres/psql_create_tables.sql
- changeset 268
- ca5501d851fa
- parent 263
- aa22103809cd
- child 284
- 671c1c8fbf1c
equal
deleted
inserted
replaced
152 create type relation_type as enum ( |
152 create type relation_type as enum ( |
153 'RelatesTo', |
153 'RelatesTo', |
154 'TogetherWith', |
154 'TogetherWith', |
155 'Before', |
155 'Before', |
156 'SubtaskOf', |
156 'SubtaskOf', |
|
157 'DefectOf', |
157 'Blocks', |
158 'Blocks', |
158 'Tests', |
159 'Tests', |
159 'Duplicates' |
160 'Duplicates' |
160 ); |
161 ); |
161 |
162 |