mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
UPGRADING: Add missing column to the instructions
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
d7f0b25e51
commit
e5463c962c
1 changed files with 3 additions and 2 deletions
|
@ -50,8 +50,9 @@ CREATE TABLE PackageBases (
|
|||
4. Migrate data from Packages to PackageBases:
|
||||
|
||||
----
|
||||
INSERT INTO PackageBases SELECT ID, Name, CategoryID, NumVotes, OutOfDateTS,
|
||||
SubmittedTS, ModifiedTS, SubmitterUID, MaintainerUID FROM Packages;
|
||||
INSERT INTO PackageBases
|
||||
SELECT ID, Name, CategoryID, NumVotes, OutOfDateTS, SubmittedTS,
|
||||
ModifiedTS, SubmitterUID, MaintainerUID, NULL FROM Packages;
|
||||
----
|
||||
|
||||
5. Delete unneeded foreign keys from Packages:
|
||||
|
|
Loading…
Add table
Reference in a new issue