Database Changes 2.4.1
From MapbenderWiki
Contents |
[edit]
Database changes / Datenbankänderungen
[edit]
layer_epsg
unique key for (fkey_layer_id, epsg)
1. create temporary table with distinct entries 2. check for ambiguous entries 3. if there is a result: delete ambiguous entries manually, like 4. delete old data from layer_epsg 5. move new data to layer_epsg 6. add unique key 7. remove temporary table
[edit]
layer_preview
[edit]
topicCategories
table for topicCategories: md_topic_category
[edit]
expansion metadata capabilties:
WMS:
- Fees
- Access Constraints
- ContactPerson
- ContactOrganization
- Address
- City
- StateOrProvince
- PostCode
- Country
- ContactVoiceTelephone
- ContactElectronicMailAddress
für die interne Verwaltung
- wms_owner
- wms_timestamp
zusätzlich für das Abspeichern des editierten Zustands onUpdate:
- wms_mb_getcapabilities_doc
LAYER
- Abstract (rootLayer inherits wms abstract)
- KeywordList (1:n table) (rootLayer inherits wms keywords)
[edit]
SQL
- postgresql
- mysql
- mysql
- postgesql

