issues
search
ebean-orm
/
ebean-migration
DB Migration runner (similar to Flyway) which can be used standalone or with Ebean (run migrations on EbeanServer start)
Apache License 2.0
9
stars
5
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
ENH: Add "dev" mode such that modified scripts are run (when otherwise the checksum has changed and they do not run)
#12
thibaultmeyer
closed
7 years ago
1
ENH: Add methods to check if migration is needed
#11
thibaultmeyer
closed
7 years ago
1
Bad mtype for repeatable scripts
#10
thibaultmeyer
closed
7 years ago
2
DdlParser does not handle end-of-line comments correctly
#9
ksperling
closed
7 years ago
1
Error trying to execute set schema statement - PSQLException: ERROR: syntax error at or near "testmigration"
#8
rbygrave
closed
7 years ago
0
Bump scanner dependency to 2.2.2, bump pom to 10.1.1-SNAPSHOT
#7
rbygrave
closed
7 years ago
0
Refactor tidy for Java 8
#6
rbygrave
closed
7 years ago
0
Add support for SQL Server - SQLServerException: Line 1: FOR UPDATE clause allowed only for DECLARE CURSOR.
#5
rbygrave
closed
7 years ago
0
When no username supplied just get connection from DataSource to run migrations
#4
rbygrave
closed
7 years ago
0
MigrationTable.tableExists ignores schema
#3
ksperling
closed
7 years ago
1
Add Schema Support
#2
lvffilho
closed
8 years ago
0
Change DdlGenerator.runScript() so that it uses connection.setAutoCommit(true) for drop ddl - when expectErrors is true
#1
rbygrave
closed
8 years ago
0
Previous