cleaned up db data

This commit is contained in:
Ziver Koc 2018-11-03 23:17:49 +01:00
parent 0f399cdcfd
commit c7747293c5
2 changed files with 88 additions and 1627 deletions

View file

@ -27,7 +27,7 @@ ALTER TABLE `Comments`
-- AUTO_INCREMENT for table `Comments` -- AUTO_INCREMENT for table `Comments`
-- --
ALTER TABLE `Comments` ALTER TABLE `Comments`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18; MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
-- -------------------------------------------------------- -- --------------------------------------------------------
@ -36,8 +36,8 @@ ALTER TABLE `Comments`
-- --
CREATE TABLE `Folder` ( CREATE TABLE `Folder` (
`id` int(10) UNSIGNED NOT NULL, `id` int(10) UNSIGNED NOT NULL,
`owner` int(10) UNSIGNED DEFAULT NULL,
`parent` int(10) UNSIGNED DEFAULT NULL, `parent` int(10) UNSIGNED DEFAULT NULL,
`owner` int(10) UNSIGNED DEFAULT NULL,
`name` text, `name` text,
`dateCreated` datetime NOT NULL, `dateCreated` datetime NOT NULL,
`isPrivate` bit(1) DEFAULT b'0' `isPrivate` bit(1) DEFAULT b'0'
@ -53,7 +53,7 @@ ALTER TABLE `Folder`
-- AUTO_INCREMENT for table `Folder` -- AUTO_INCREMENT for table `Folder`
-- --
ALTER TABLE `Folder` ALTER TABLE `Folder`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=46; MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
-- --
-- Data for table `Folder` -- Data for table `Folder`
@ -88,7 +88,7 @@ ALTER TABLE `Image`
-- AUTO_INCREMENT for table `Image` -- AUTO_INCREMENT for table `Image`
-- --
ALTER TABLE `Image` ALTER TABLE `Image`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1713; MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
-- -------------------------------------------------------- -- --------------------------------------------------------
@ -122,7 +122,7 @@ ALTER TABLE `User`
-- AUTO_INCREMENT for table `User` -- AUTO_INCREMENT for table `User`
-- --
ALTER TABLE `User` ALTER TABLE `User`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=44; MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
-- --
-- Data for table `User` -- Data for table `User`

File diff suppressed because it is too large Load diff