mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
I forgor to add sql file for video processing column
This commit is contained in:
parent
26cb287b67
commit
4b0740316d
1 changed files with 1 additions and 0 deletions
1
install/sqls/00021-video-processing.sql
Normal file
1
install/sqls/00021-video-processing.sql
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ALTER TABLE `videos` ADD `processed` BOOLEAN NOT NULL DEFAULT FALSE AFTER `link`, ADD `last_checked` BIGINT UNSIGNED NOT NULL DEFAULT '0' AFTER `processed`;
|
Loading…
Reference in a new issue