1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Oinktube/updatedb/updateDb.v10.7.sql
DanielnetoDotCom a6953559d2 https://github.com/WWBN/AVideo/issues/4913
-- Fix and Add Missing column
-- this update may release a column already exists error in some installations
2021-04-12 17:49:19 -03:00

7 lines
No EOL
258 B
SQL

-- Add Missin column
-- this update may release a column already exists error in some installations
ALTER TABLE `users_extra_info`
ADD COLUMN `order` INT NOT NULL DEFAULT 0;
UPDATE configurations SET version = '10.7', modified = now() WHERE id = 1;