This is an automated email from the ASF dual-hosted git repository.

pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 09d8bdf2 move migration ddl to versioned folder (#594)
09d8bdf2 is described below

commit 09d8bdf2ae1ef6ccc4b26286ffd2b56dfd98ba79
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Aug 10 09:44:10 2026 +0100

    move migration ddl to versioned folder (#594)
---
 .../migration-2.0.0/mariadb-event-tag-migration.sql}                  | 4 ++++
 .../schema/mysql/{ => migration-2.0.0}/mysql-event-tag-migration.sql  | 4 ++++
 .../oracle/{ => migration-2.0.0}/oracle-event-tag-migration.sql       | 4 ++++
 .../postgres/{ => migration-2.0.0}/postgresql-event-tag-migration.sql | 4 ++++
 .../sqlserver/{ => migration-2.0.0}/sqlserver-event-tag-migration.sql | 4 ++++
 5 files changed, 20 insertions(+)

diff --git a/core/src/main/resources/schema/mysql/mysql-event-tag-migration.sql 
b/core/src/main/resources/schema/mariadb/migration-2.0.0/mariadb-event-tag-migration.sql
similarity index 92%
copy from core/src/main/resources/schema/mysql/mysql-event-tag-migration.sql
copy to 
core/src/main/resources/schema/mariadb/migration-2.0.0/mariadb-event-tag-migration.sql
index af68a0db..e481684d 100644
--- a/core/src/main/resources/schema/mysql/mysql-event-tag-migration.sql
+++ 
b/core/src/main/resources/schema/mariadb/migration-2.0.0/mariadb-event-tag-migration.sql
@@ -1,3 +1,7 @@
+-- SPDX-License-Identifier: Apache-2.0
+
+-- see https://github.com/apache/pekko-persistence-jdbc/pull/386
+
 -- **************** first step ****************
 -- add new column
 ALTER TABLE event_tag
diff --git a/core/src/main/resources/schema/mysql/mysql-event-tag-migration.sql 
b/core/src/main/resources/schema/mysql/migration-2.0.0/mysql-event-tag-migration.sql
similarity index 92%
rename from core/src/main/resources/schema/mysql/mysql-event-tag-migration.sql
rename to 
core/src/main/resources/schema/mysql/migration-2.0.0/mysql-event-tag-migration.sql
index af68a0db..e481684d 100644
--- a/core/src/main/resources/schema/mysql/mysql-event-tag-migration.sql
+++ 
b/core/src/main/resources/schema/mysql/migration-2.0.0/mysql-event-tag-migration.sql
@@ -1,3 +1,7 @@
+-- SPDX-License-Identifier: Apache-2.0
+
+-- see https://github.com/apache/pekko-persistence-jdbc/pull/386
+
 -- **************** first step ****************
 -- add new column
 ALTER TABLE event_tag
diff --git 
a/core/src/main/resources/schema/oracle/oracle-event-tag-migration.sql 
b/core/src/main/resources/schema/oracle/migration-2.0.0/oracle-event-tag-migration.sql
similarity index 93%
rename from core/src/main/resources/schema/oracle/oracle-event-tag-migration.sql
rename to 
core/src/main/resources/schema/oracle/migration-2.0.0/oracle-event-tag-migration.sql
index 70f21ab3..a4dac70e 100644
--- a/core/src/main/resources/schema/oracle/oracle-event-tag-migration.sql
+++ 
b/core/src/main/resources/schema/oracle/migration-2.0.0/oracle-event-tag-migration.sql
@@ -1,3 +1,7 @@
+-- SPDX-License-Identifier: Apache-2.0
+
+-- see https://github.com/apache/pekko-persistence-jdbc/pull/386
+
 -- **************** first step ****************
 -- add new column
 ALTER TABLE EVENT_TAG
diff --git 
a/core/src/main/resources/schema/postgres/postgresql-event-tag-migration.sql 
b/core/src/main/resources/schema/postgres/migration-2.0.0/postgresql-event-tag-migration.sql
similarity index 92%
rename from 
core/src/main/resources/schema/postgres/postgresql-event-tag-migration.sql
rename to 
core/src/main/resources/schema/postgres/migration-2.0.0/postgresql-event-tag-migration.sql
index 4c8e64bc..74f9e939 100644
--- a/core/src/main/resources/schema/postgres/postgresql-event-tag-migration.sql
+++ 
b/core/src/main/resources/schema/postgres/migration-2.0.0/postgresql-event-tag-migration.sql
@@ -1,3 +1,7 @@
+-- SPDX-License-Identifier: Apache-2.0
+
+-- see https://github.com/apache/pekko-persistence-jdbc/pull/386
+
 -- **************** first step ****************
 -- add new column
 ALTER TABLE public.event_tag
diff --git 
a/core/src/main/resources/schema/sqlserver/sqlserver-event-tag-migration.sql 
b/core/src/main/resources/schema/sqlserver/migration-2.0.0/sqlserver-event-tag-migration.sql
similarity index 95%
rename from 
core/src/main/resources/schema/sqlserver/sqlserver-event-tag-migration.sql
rename to 
core/src/main/resources/schema/sqlserver/migration-2.0.0/sqlserver-event-tag-migration.sql
index 4ee7bba1..c1ca4fc0 100644
--- a/core/src/main/resources/schema/sqlserver/sqlserver-event-tag-migration.sql
+++ 
b/core/src/main/resources/schema/sqlserver/migration-2.0.0/sqlserver-event-tag-migration.sql
@@ -1,3 +1,7 @@
+-- SPDX-License-Identifier: Apache-2.0
+
+-- see https://github.com/apache/pekko-persistence-jdbc/pull/386
+
 -- **************** first step ****************
 -- add new column
 ALTER TABLE event_tag


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to