mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2024-11-22 13:29:21 +00:00
Continue to deprecate old movie system
This commit is contained in:
parent
9949f1dccf
commit
effd170ee9
@ -212,7 +212,6 @@ CREATE TABLE `texte` (
|
||||
`group_id` int(11) DEFAULT '0',
|
||||
`niveau_visibilite` varchar(255) NOT NULL DEFAULT '1',
|
||||
`type` varchar(255) NOT NULL DEFAULT 'texte',
|
||||
`idvideo` int(11) DEFAULT NULL,
|
||||
`size` varchar(255) DEFAULT NULL,
|
||||
`file_type` varchar(255) DEFAULT NULL,
|
||||
`path` varchar(255) DEFAULT NULL,
|
||||
|
@ -1,2 +1,2 @@
|
||||
-- Remove deprecated table
|
||||
DROP TABLE IF EXISTS `galerie_video`;
|
||||
-- Remove deprecated columns
|
||||
ALTER TABLE texte DROP COLUMN idvideo;
|
Loading…
Reference in New Issue
Block a user