This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
ebean
Watch
4
Star
0
Fork
0
mirror of
https://github.com/ebean-orm/ebean.git
synced
2024-04-21 10:51:47 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
002014f93090be37cf303a3e9a02cad50672f0c3
ebean
/
src
/
test
/
java
/
io
/
ebeaninternal
/
dbmigration
T
History
rob bygrave
70ba658442
#2026
- Postgres DDL - modify type generates wrong alter sql. Needs explicit cast / using clause.
2020-06-29 12:12:10 +12:00
..
ddlgeneration
#2026
- Postgres DDL - modify type generates wrong alter sql. Needs explicit cast / using clause.
2020-06-29 12:12:10 +12:00
migrationreader
#1147
- Refactor move DbMigration internals into io.ebeaninternal - change to use DbMigration.create() - initial move
2017-10-04 19:36:27 +13:00
model
#2014
- IllegalArgumentException: No rule for io.ebeaninternal.dbmigration.migration.RenameColumn
2020-05-27 21:00:42 +12:00
DbMigrationDropHistoryTest.java
Update tests change AssertJ StrictAssertions to Assertions
2019-10-06 16:34:44 +13:00
DbMigrationGenerateTest.java
#1903
- Add ability to set migration path via DbMigration
2020-01-10 16:06:18 +13:00
DbMigrationTest.java
#2004
- MariaDb specific platform with @History support (initial) (
#2023
)
2020-06-19 23:20:07 +12:00
LastMigrationTest.java
#1577
- ENH: Add support for "dbinit" migrations (Sort of "checkpoint" or "fast forward" migrations)
2018-12-17 23:11:13 +13:00