Project

General

Profile

Bug #85901 » sys_file_processedfile.sql

the table data of processed files with name NULL and identifier empty - Jens Bornschein, 2018-08-20 00:50

 
-- phpMyAdmin SQL Dump
-- version 4.7.8
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1:3306
-- Erstellungszeit: 19. Aug 2018 um 23:16
-- Server-Version: 5.7.12
-- PHP-Version: 7.1.14

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Datenbank: `geiger-typo`
--

-- --------------------------------------------------------

--
-- Tabellenstruktur für Tabelle `sys_file_processedfile`
--

CREATE TABLE `sys_file_processedfile` (
`uid` int(11) NOT NULL,
`tstamp` int(11) NOT NULL DEFAULT '0',
`crdate` int(11) NOT NULL DEFAULT '0',
`storage` int(11) NOT NULL DEFAULT '0',
`original` int(11) NOT NULL DEFAULT '0',
`identifier` varchar(512) NOT NULL DEFAULT '',
`name` tinytext,
`configuration` text,
`originalfilesha1` varchar(40) NOT NULL DEFAULT '',
`task_type` varchar(200) NOT NULL DEFAULT '',
`checksum` varchar(10) NOT NULL DEFAULT '',
`width` int(11) DEFAULT '0',
`height` int(11) DEFAULT '0',
`configurationsha1` varchar(40) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Daten für Tabelle `sys_file_processedfile`
--

INSERT INTO `sys_file_processedfile` (`uid`, `tstamp`, `crdate`, `storage`, `original`, `identifier`, `name`, `configuration`, `originalfilesha1`, `task_type`, `checksum`, `width`, `height`, `configurationsha1`) VALUES
(1, 1534719784, 1534719784, 1, 6723, '', NULL, 'a:3:{s:5:\"width\";i:64;s:6:\"height\";s:3:\"64c\";s:4:\"crop\";N;}', 'c823d0fe31550bb2a1ad2d581d18746ecbc48cd4', 'Image.CropScaleMask', 'e613d5be94', NULL, NULL, '1721acbe390638a893310b0f6fe9845a9cd2b754'),
(2, 1534719784, 1534719784, 1, 7047, '', NULL, 'a:3:{s:5:\"width\";i:64;s:6:\"height\";s:3:\"64c\";s:4:\"crop\";N;}', 'd5042c12f3fd7eda5a42110cab25ecada99eef54', 'Image.CropScaleMask', 'b32c803fea', NULL, NULL, '1721acbe390638a893310b0f6fe9845a9cd2b754'),
(3, 1534719784, 1534719784, 1, 7048, '', NULL, 'a:3:{s:5:\"width\";i:64;s:6:\"height\";s:3:\"64c\";s:4:\"crop\";N;}', '81a66cf0ab125df4fb8aea1844dadef71917fe91', 'Image.CropScaleMask', '5e94361170', NULL, NULL, '1721acbe390638a893310b0f6fe9845a9cd2b754'),
(4, 1534719784, 1534719784, 1, 7046, '', NULL, 'a:3:{s:5:\"width\";i:64;s:6:\"height\";s:3:\"64c\";s:4:\"crop\";N;}', '45f1ccb940a495a4ad2c8896215f060fa152e45c', 'Image.CropScaleMask', 'aa4d458b15', NULL, NULL, '1721acbe390638a893310b0f6fe9845a9cd2b754'),
(5, 1534719784, 1534719784, 1, 2053, '', NULL, 'a:3:{s:5:\"width\";i:64;s:6:\"height\";s:3:\"64c\";s:4:\"crop\";N;}', 'c2a4c51f745405c281059f620f58b29cbe160061', 'Image.CropScaleMask', 'a6f2d570f5', NULL, NULL, '1721acbe390638a893310b0f6fe9845a9cd2b754'),
(6, 1534719784, 1534719784, 1, 6690, '', NULL, 'a:3:{s:5:\"width\";i:64;s:6:\"height\";s:3:\"64c\";s:4:\"crop\";N;}', '3253f4ce2d053a8a0aa8f93d8cab06db960802c9', 'Image.CropScaleMask', '873edadb50', NULL, NULL, '1721acbe390638a893310b0f6fe9845a9cd2b754');

--
-- Indizes der exportierten Tabellen
--

--
-- Indizes für die Tabelle `sys_file_processedfile`
--
ALTER TABLE `sys_file_processedfile`
ADD PRIMARY KEY (`uid`),
ADD KEY `combined_1` (`original`,`task_type`,`configurationsha1`),
ADD KEY `identifier` (`storage`,`identifier`(199));

--
-- AUTO_INCREMENT für exportierte Tabellen
--

--
-- AUTO_INCREMENT für Tabelle `sys_file_processedfile`
--
ALTER TABLE `sys_file_processedfile`
MODIFY `uid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
    (1-1/1)