-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAT-16820. added runAlways:true to all changesets in init-changelogs
- Loading branch information
1 parent
7012b38
commit 12bb937
Showing
10 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ CREATE TABLE `authors` ( | |
PRIMARY KEY (`id`) | ||
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | ||
|
||
--changeset liquibase:2 | ||
--changeset liquibase:2 runAlways:true | ||
INSERT INTO `authors` VALUES ('1','Eileen','Lubowitz','[email protected]','1991-03-04','2004-05-30 02:08:25'), | ||
('2','Tamia','Mayert','[email protected]','2016-03-27','2014-03-21 02:52:00'), | ||
('3','Cyril','Funk','[email protected]','1988-04-21','2011-06-24 18:17:48'), | ||
|
@@ -29,7 +29,7 @@ CREATE TABLE `posts` ( | |
`inserted_date` date | ||
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | ||
|
||
--changeset liquibase:4 | ||
--changeset liquibase:4 runAlways:true | ||
INSERT INTO `posts` VALUES ('1','1','temporibus','voluptatum','Fugit non et doloribus repudiandae.','2015-11-18'), | ||
('2','2','ea','aut','Tempora molestias maiores provident molestiae sint possimus quasi.','1975-06-08'), | ||
('3','3','illum','rerum','Delectus recusandae sit officiis dolor.','1975-02-25'), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ CREATE TABLE [dbo].[authors]( | |
CONSTRAINT [PK_PrimaryKey] PRIMARY KEY ([id]) | ||
) ON [PRIMARY] | ||
|
||
--changeset liquibase:2 | ||
--changeset liquibase:2 runAlways:true | ||
INSERT INTO [dbo].[authors] ([id],[first_name],[last_name],[email],[birthdate],[added]) | ||
VALUES ('1','Eileen','Lubowitz','[email protected]','1991-03-04','2004-05-30 02:08:25'), | ||
('2','Tamia','Mayert','[email protected]','2016-03-27','2014-03-21 02:52:00'), | ||
|
@@ -30,7 +30,7 @@ CREATE TABLE [dbo].[posts]( | |
[inserted_date] [date] NULL | ||
) ON [PRIMARY] | ||
|
||
--changeset liquibase:4 | ||
--changeset liquibase:4 runAlways:true | ||
INSERT INTO [dbo].[posts] ([id],[author_id],[title],[description],[content],[inserted_date]) | ||
VALUES ('1','1','temporibus','voluptatum','Fugit non et doloribus repudiandae.','2015-11-18'), | ||
('2','2','ea','aut','Tempora molestias maiores provident molestiae sint possimus quasi.','1975-06-08'), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ CREATE TABLE `authors` ( | |
PRIMARY KEY (`id`) | ||
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | ||
|
||
--changeset liquibase:2 | ||
--changeset liquibase:2 runAlways:true | ||
INSERT INTO `authors` VALUES ('1','Eileen','Lubowitz','[email protected]','1991-03-04','2004-05-30 02:08:25'), | ||
('2','Tamia','Mayert','[email protected]','2016-03-27','2014-03-21 02:52:00'), | ||
('3','Cyril','Funk','[email protected]','1988-04-21','2011-06-24 18:17:48'), | ||
|
@@ -29,12 +29,12 @@ CREATE TABLE `posts` ( | |
`inserted_date` date | ||
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | ||
|
||
--changeset liquibase:4 | ||
--changeset liquibase:4 runAlways:true | ||
INSERT INTO `posts` VALUES ('1','1','temporibus','voluptatum','Fugit non et doloribus repudiandae.','2015-11-18'), | ||
('2','2','ea','aut','Tempora molestias maiores provident molestiae sint possimus quasi.','1975-06-08'), | ||
('3','3','illum','rerum','Delectus recusandae sit officiis dolor.','1975-02-25'), | ||
('4','4','itaque','deleniti','Magni nam optio id recusandae.','2010-07-28'), | ||
('5','5','ad','similique','Rerum tempore quis ut nesciunt qui excepturi est.','2006-10-09'); | ||
|
||
--changeset liquibase:5 | ||
--changeset liquibase:5 runAlways:true | ||
SET GLOBAL log_bin_trust_function_creators = 1; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ CREATE TABLE authors ( | |
PRIMARY KEY (id) | ||
); | ||
|
||
--changeset liquibase:2 | ||
--changeset liquibase:2 runAlways:true | ||
INSERT INTO authors VALUES ('1','Eileen','Lubowitz','[email protected]','1991-03-04','2004-05-30 02:08:25'), | ||
('2','Tamia','Mayert','[email protected]','2016-03-27','2014-03-21 02:52:00'), | ||
('3','Cyril','Funk','[email protected]','1988-04-21','2011-06-24 18:17:48'), | ||
|
@@ -29,7 +29,7 @@ CREATE TABLE posts ( | |
inserted_date date | ||
); | ||
|
||
--changeset liquibase:4 | ||
--changeset liquibase:4 runAlways:true | ||
INSERT INTO posts VALUES ('1','1','temporibus','voluptatum','Fugit non et doloribus repudiandae.','2015-11-18'), | ||
('2','2','ea','aut','Tempora molestias maiores provident molestiae sint possimus quasi.','1975-06-08'), | ||
('3','3','illum','rerum','Delectus recusandae sit officiis dolor.','1975-02-25'), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ CREATE TABLE `authors` ( | |
PRIMARY KEY (`id`) | ||
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | ||
|
||
--changeset liquibase:2 | ||
--changeset liquibase:2 runAlways:true | ||
INSERT INTO `authors` VALUES ('1','Eileen','Lubowitz','[email protected]','1991-03-04','2004-05-30 02:08:25'), | ||
('2','Tamia','Mayert','[email protected]','2016-03-27','2014-03-21 02:52:00'), | ||
('3','Cyril','Funk','[email protected]','1988-04-21','2011-06-24 18:17:48'), | ||
|
@@ -29,7 +29,7 @@ CREATE TABLE `posts` ( | |
`inserted_date` date | ||
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | ||
|
||
--changeset liquibase:4 | ||
--changeset liquibase:4 runAlways:true | ||
INSERT INTO `posts` VALUES ('1','1','temporibus','voluptatum','Fugit non et doloribus repudiandae.','2015-11-18'), | ||
('2','2','ea','aut','Tempora molestias maiores provident molestiae sint possimus quasi.','1975-06-08'), | ||
('3','3','illum','rerum','Delectus recusandae sit officiis dolor.','1975-02-25'), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ CREATE TABLE authors ( | |
PRIMARY KEY (id) | ||
); | ||
|
||
--changeset liquibase:2 | ||
--changeset liquibase:2 runAlways:true | ||
INSERT INTO authors VALUES ('1','Eileen','Lubowitz','[email protected]','1991-03-04','2004-05-30 02:08:25'), | ||
('2','Tamia','Mayert','[email protected]','2016-03-27','2014-03-21 02:52:00'), | ||
('3','Cyril','Funk','[email protected]','1988-04-21','2011-06-24 18:17:48'), | ||
|
@@ -29,7 +29,7 @@ CREATE TABLE posts ( | |
inserted_date date | ||
); | ||
|
||
--changeset liquibase:4 | ||
--changeset liquibase:4 runAlways:true | ||
INSERT INTO posts VALUES ('1','1','temporibus','voluptatum','Fugit non et doloribus repudiandae.','2015-11-18'), | ||
('2','2','ea','aut','Tempora molestias maiores provident molestiae sint possimus quasi.','1975-06-08'), | ||
('3','3','illum','rerum','Delectus recusandae sit officiis dolor.','1975-02-25'), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ CREATE TABLE [dbo].[authors]( | |
) ON [PRIMARY] | ||
GO | ||
|
||
--changeset liquibase:2 | ||
--changeset liquibase:2 runAlways:true | ||
INSERT INTO [dbo].[authors] ([id],[first_name],[last_name],[email],[birthdate],[added]) | ||
VALUES ('1','Eileen','Lubowitz','[email protected]','1991-03-04','2004-05-30 02:08:25'), | ||
('2','Tamia','Mayert','[email protected]','2016-03-27','2014-03-21 02:52:00'), | ||
|
@@ -37,7 +37,7 @@ CREATE TABLE [dbo].[posts]( | |
) ON [PRIMARY] | ||
GO | ||
|
||
--changeset liquibase:4 | ||
--changeset liquibase:4 runAlways:true | ||
INSERT INTO [dbo].[posts] ([id],[author_id],[title],[description],[content],[inserted_date]) | ||
VALUES ('1','1','temporibus','voluptatum','Fugit non et doloribus repudiandae.','2015-11-18'), | ||
('2','2','ea','aut','Tempora molestias maiores provident molestiae sint possimus quasi.','1975-06-08'), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ CREATE TABLE [lbuser].[authors]( | |
CONSTRAINT [PK_PrimaryKey] PRIMARY KEY ([id]) | ||
) ON [PRIMARY] | ||
|
||
--changeset liquibase:3 | ||
--changeset liquibase:3 runAlways:true | ||
INSERT INTO [lbuser].[authors] ([id],[first_name],[last_name],[email],[birthdate],[added]) | ||
VALUES ('1','Eileen','Lubowitz','[email protected]','1991-03-04','2004-05-30 02:08:25'), | ||
('2','Tamia','Mayert','[email protected]','2016-03-27','2014-03-21 02:52:00'), | ||
|
@@ -46,7 +46,7 @@ CREATE TABLE [lbuser].[posts]( | |
[inserted_date] [date] NULL | ||
) ON [PRIMARY] | ||
|
||
--changeset liquibase:5 | ||
--changeset liquibase:5 runAlways:true | ||
INSERT INTO [lbuser].[posts] ([id],[author_id],[title],[description],[content],[inserted_date]) | ||
VALUES ('1','1','temporibus','voluptatum','Fugit non et doloribus repudiandae.','2015-11-18'), | ||
('2','2','ea','aut','Tempora molestias maiores provident molestiae sint possimus quasi.','1975-06-08'), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ CREATE TABLE `authors` ( | |
PRIMARY KEY (`id`) | ||
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | ||
|
||
--changeset liquibase:2 | ||
--changeset liquibase:2 runAlways:true | ||
INSERT INTO `authors` VALUES ('1','Eileen','Lubowitz','[email protected]','1991-03-04','2004-05-30 02:08:25'), | ||
('2','Tamia','Mayert','[email protected]','2016-03-27','2014-03-21 02:52:00'), | ||
('3','Cyril','Funk','[email protected]','1988-04-21','2011-06-24 18:17:48'), | ||
|
@@ -29,7 +29,7 @@ CREATE TABLE `posts` ( | |
`inserted_date` date | ||
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; | ||
|
||
--changeset liquibase:4 | ||
--changeset liquibase:4 runAlways:true | ||
INSERT INTO `posts` VALUES ('1','1','temporibus','voluptatum','Fugit non et doloribus repudiandae.','2015-11-18'), | ||
('2','2','ea','aut','Tempora molestias maiores provident molestiae sint possimus quasi.','1975-06-08'), | ||
('3','3','illum','rerum','Delectus recusandae sit officiis dolor.','1975-02-25'), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ CREATE TABLE AUTHORS ( | |
PRIMARY KEY (id) | ||
); | ||
|
||
--changeset liquibase:2 | ||
--changeset liquibase:2 runAlways:true | ||
INSERT INTO AUTHORS VALUES ('1','Eileen','Lubowitz','[email protected]','1991-03-04','2004-05-30 02:08:25'), | ||
('2','Tamia','Mayert','[email protected]','2016-03-27','2014-03-21 02:52:00'), | ||
('3','Cyril','Funk','[email protected]','1988-04-21','2011-06-24 18:17:48'), | ||
|
@@ -29,7 +29,7 @@ CREATE TABLE POSTS ( | |
inserted_date date | ||
); | ||
|
||
--changeset liquibase:4 | ||
--changeset liquibase:4 runAlways:true | ||
INSERT INTO POSTS VALUES ('1','1','temporibus','voluptatum','Fugit non et doloribus repudiandae.','2015-11-18'), | ||
('2','2','ea','aut','Tempora molestias maiores provident molestiae sint possimus quasi.','1975-06-08'), | ||
('3','3','illum','rerum','Delectus recusandae sit officiis dolor.','1975-02-25'), | ||
|