Skip to content

Commit

Permalink
Update PostgreSQL schema
Browse files Browse the repository at this point in the history
  • Loading branch information
yokochi47 committed May 16, 2018
1 parent de1886c commit 95e49e3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions resource/wwpdb_validation_v002.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
-- wild card extension: true
-- case sensitive name: true
-- no name collision: true
-- appended document key: true
-- appended serial key: false
-- appended xpath key: false
-- retained constraint of primary/foreign key: false
-- retrieved field annotation: false
-- append document key: true
-- append serial key: false
-- append xpath key: false
-- retain constraint of primary/foreign key: false
-- retrieve field annotation: false
--
-- Statistics of schema:
-- Generated 25 tables (342 fields), 0 attr groups, 0 model groups in total
Expand Down
10 changes: 5 additions & 5 deletions schema/pdbx-validation-v1.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
-- wild card extension: true
-- case sensitive name: true
-- no name collision: true
-- appended document key: false
-- appended serial key: false
-- appended xpath key: false
-- retained constraint of primary/foreign key: false
-- retrieved field annotation: false
-- append document key: false
-- append serial key: false
-- append xpath key: false
-- retain constraint of primary/foreign key: false
-- retrieve field annotation: false
--
-- Statistics of schema:
-- Generated 236 tables (2923 fields), 0 attr groups, 0 model groups in total
Expand Down

0 comments on commit 95e49e3

Please sign in to comment.