mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
- new: system to notify and upgrade database among developers
git-svn-id: http://piwigo.org/svn/trunk@953 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -200,6 +200,18 @@ CREATE TABLE `phpwebgallery_sites` (
|
||||
UNIQUE KEY `sites_ui1` (`galleries_url`)
|
||||
) TYPE=MyISAM;
|
||||
|
||||
--
|
||||
-- Table structure for table `phpwebgallery_upgrade`
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS `phpwebgallery_upgrade`;
|
||||
CREATE TABLE `phpwebgallery_upgrade` (
|
||||
`id` varchar(20) NOT NULL default '',
|
||||
`applied` datetime NOT NULL default '0000-00-00 00:00:00',
|
||||
`description` varchar(255) default NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) TYPE=MyISAM;
|
||||
|
||||
--
|
||||
-- Table structure for table `phpwebgallery_user_access`
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user