mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-03 01:40:21 +08:00
Merge remote-tracking branch 'origin/aether-rust-pioneer' into payment-billing-plans
# Conflicts: # crates/aether-data/src/lifecycle/bootstrap/postgres.rs # crates/aether-data/src/lifecycle/migrate/tests.rs
This commit is contained in:
@@ -300,6 +300,7 @@ fn empty_database_snapshot_covers_current_cutoff_versions() {
|
||||
20260510120000,
|
||||
20260511000000,
|
||||
20260511120000,
|
||||
20260511130000,
|
||||
20260512090000,
|
||||
20260512110000,
|
||||
]
|
||||
@@ -579,8 +580,9 @@ fn mysql_and_sqlite_migrations_include_enabled_incrementals() {
|
||||
20260509120000,
|
||||
20260510120000,
|
||||
20260511120000,
|
||||
20260511130000,
|
||||
20260512090000,
|
||||
20260512110000
|
||||
20260512110000,
|
||||
]
|
||||
);
|
||||
assert_eq!(
|
||||
@@ -593,8 +595,9 @@ fn mysql_and_sqlite_migrations_include_enabled_incrementals() {
|
||||
20260509120000,
|
||||
20260510120000,
|
||||
20260511120000,
|
||||
20260511130000,
|
||||
20260512090000,
|
||||
20260512110000
|
||||
20260512110000,
|
||||
]
|
||||
);
|
||||
}
|
||||
@@ -1106,6 +1109,7 @@ fn pending_migrations_from_applied_skips_versions_already_applied() {
|
||||
20260510120000,
|
||||
20260511000000,
|
||||
20260511120000,
|
||||
20260511130000,
|
||||
20260512090000,
|
||||
20260512110000,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user