You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
When I run the following migration with the command dotenv 'moo-postgresql upgrade':
Description: Sample Migration
Created: 2024-01-30 14:21:56.815803195 UTC
Depends:
Apply: |
SELECT * FROM table;
I have the following error:
There were errors in the migration store: There was an error loading a migration: Could not parse migration migrations/foo.txt: Error in "migrations/foo.txt": unrecognized field found
The workaround that I found was to remove the decimal values after the seconds (.815803195) and, remove 'UTC' from the Created field like this:
Since this package is no longer maintained, I'd like to mark the GitHub repository as read-only. I'm closing this ticket as part of that change. This package is now marked as deprecated on Hackage; see the maintenance note in the README if you're interested in taking over maintenance.
When I run the following migration with the command
dotenv 'moo-postgresql upgrade'
:I have the following error:
There were errors in the migration store: There was an error loading a migration: Could not parse migration migrations/foo.txt: Error in "migrations/foo.txt": unrecognized field found
The workaround that I found was to remove the decimal values after the seconds (
.815803195
) and, remove 'UTC' from the Created field like this:The text was updated successfully, but these errors were encountered: