fix(database): add sort column to nodes table

This commit is contained in:
Chang lue Tsen
2025-09-02 11:51:07 -04:00
parent 26b2afe06d
commit ff574b3955
2 changed files with 5 additions and 0 deletions
@@ -0,0 +1,2 @@
ALTER TABLE `nodes`
DROP COLUMN `sort`;