Confirmed users
4,293
edits
m (→Schema) |
(→Schema) |
||
| Line 5: | Line 5: | ||
=== Schema === | === Schema === | ||
* The SQL for the Graph Server can be found in the [[http://hg.mozilla.org/graphs/file/ | * The SQL for the Graph Server can be found in the [[http://hg.mozilla.org/graphs/file/default/sql/data.sql Graph repo's default branch]] (!! not the 1.0 branch any more !!) | ||
Adjusting the schema is a multi-step process: | Adjusting the schema is a multi-step process: | ||
# Get the SQL changes into the repo | # Get the SQL changes reviewd and into the repo | ||
# Convert the SQL into sql insert statements by removing any diff related cruft and only have new insert/update lines as plain text | # Convert the SQL into sql insert statements by removing any diff related cruft and only have new insert/update lines as plain text | ||
# Adjust staging Graph server schema | # Adjust staging Graph server schema | ||
# File IT bug to push to live server once tested clean | # File IT bug to push to live server once tested clean | ||