mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2024-11-22 13:29:21 +00:00
Remove useless table
This commit is contained in:
parent
36c096d415
commit
a6c32d763f
@ -169,19 +169,6 @@ CREATE TABLE `comunic_notifications` (
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||
|
||||
|
||||
DROP TABLE IF EXISTS `galerie_video`;
|
||||
CREATE TABLE `galerie_video` (
|
||||
`ID` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`URL` varchar(255) NOT NULL,
|
||||
`ID_user` int(11) NOT NULL,
|
||||
`nom_video` varchar(255) NOT NULL,
|
||||
`file_type` varchar(255) NOT NULL,
|
||||
`size` varchar(255) NOT NULL,
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||
|
||||
|
||||
DROP TABLE IF EXISTS `sondage`;
|
||||
CREATE TABLE `sondage` (
|
||||
`ID` int(11) NOT NULL AUTO_INCREMENT,
|
||||
|
@ -1,2 +1,2 @@
|
||||
-- Sanitize user table
|
||||
ALTER TABLE utilisateurs DROP COLUMN page_verifiee;
|
||||
-- Remove deprecated table
|
||||
DROP TABLE IF EXISTS `galerie_video`;
|
Loading…
Reference in New Issue
Block a user