mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
ca0b36c174
Summary: Rename the XHPAST database from `{$NAMESPACE}_xpastview` to `{$NAMESPACE}_xhpast`. Test Plan: Ran `./bin/storage --namespace test upgrade --no-quickstart`. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D14442
2 lines
101 B
SQL
2 lines
101 B
SQL
RENAME TABLE {$NAMESPACE}_xhpastview.xhpastview_parsetree
|
|
TO {$NAMESPACE}_xhpast.xhpast_parsetree;
|