Skip to content

Commit

Permalink
fixed #169 - [Bug] Number filter/order broken - updated dump
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Fasching committed Jan 23, 2020
1 parent 798da76 commit 9d8e598
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 306 deletions.
4 changes: 2 additions & 2 deletions dump/data-1-custom_layouts.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

SET NAMES utf8mb4;

INSERT INTO custom_layouts (`id`,`classId`,`name`,`description`,`creationDate`,`modificationDate`,`userOwner`,`userModification`,`default`) VALUES ('CarReview','CAR','Review','','1566996420','1579774179','2','0','0');
INSERT INTO custom_layouts (`id`,`classId`,`name`,`description`,`creationDate`,`modificationDate`,`userOwner`,`userModification`,`default`) VALUES ('CarTodo','CAR','Todo','','1566996476','1579774179','2','0','0');
INSERT INTO custom_layouts (`id`,`classId`,`name`,`description`,`creationDate`,`modificationDate`,`userOwner`,`userModification`,`default`) VALUES ('CarReview','CAR','Review','','1566996420','1579779832','2','0','0');
INSERT INTO custom_layouts (`id`,`classId`,`name`,`description`,`creationDate`,`modificationDate`,`userOwner`,`userModification`,`default`) VALUES ('CarTodo','CAR','Todo','','1566996476','1579779832','2','0','0');
Loading

0 comments on commit 9d8e598

Please sign in to comment.