Fider currently only run migrations that have a timestamp higher than the last executed migration.
This means we need to be extra careful when merging PRs to ensure the timestamp on the migration files are always accurate.
Ruby on Rails takes another approach where they run all migrations that have not yet been executed on the server. They still apply it in order of timestamp, but allows P
Suggester is a suggestion-focused Discord bot whose main purpose is to allow server managers to receive feedback from their members and improve their communities.
A Vue2 plugin for input content suggestions, support using keyboard to navigate and quick pick, it make use experience like search engine input element
organizes the suggestions Channels on the servers, where the administrator can specify the suggestions Channels, and people can send the proposal through one of the bot commands, and other than this the administrator can simply delete and respond to the suggestions
Fider currently only run migrations that have a timestamp higher than the last executed migration.
This means we need to be extra careful when merging PRs to ensure the timestamp on the migration files are always accurate.
Ruby on Rails takes another approach where they run all migrations that have not yet been executed on the server. They still apply it in order of timestamp, but allows P