Skip to content

Release: 1.1.7.post1

Choose a tag to compare

@williamjmorenor williamjmorenor released this 11 Jan 03:35
· 49 commits to main since this release

1.1.7.post1 - 2026-01-10

Fixed:

  • Fix failing migrations
  • Added a unit that validates all migrations runs in all database engines

After updating, you must run database migrations:

# Using lmsctl
lmsctl database upgrade

# Or using Fla directly
flask db upgrade

References: