knex
Here are 804 public repositories matching this topic...
-
Updated
Nov 12, 2020 - TypeScript
- start reporting on coverage (somehow...)
-
Updated
Jul 2, 2020 - TypeScript
-
Updated
Oct 16, 2020 - JavaScript
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Nov 11, 2018 - TypeScript
-
Updated
Nov 21, 2020 - JavaScript
-
Updated
Jul 19, 2020 - JavaScript
-
Updated
Nov 25, 2020 - TypeScript
-
Updated
Nov 25, 2020 - TypeScript
hongymagic / k2
-
Updated
Mar 26, 2018 - JavaScript
-
Updated
Nov 22, 2020 - TypeScript
-
Updated
Sep 3, 2020 - JavaScript
-
Updated
Feb 12, 2017 - JavaScript
-
Updated
Sep 9, 2020 - CSS
-
Updated
Jul 24, 2018 - JavaScript
Bug Report
Description
When editing the id of an existing list within the app, it will generate a new message in the lists Discord channel instead of updating the old one. This results in two entries being in the lists_messages table, one with the old list id / message id and another with the new list id / message id.
Steps to reproduce
- Add a list to the app
- Ensure the a
-
Updated
Jul 17, 2020 - TypeScript
-
Updated
Jul 28, 2020 - JavaScript
Improve this page
Add a description, image, and links to the knex topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the knex topic, visit your repo's landing page and select "manage topics."


Environment
Knex version: 0.21.1
OS: docker node:latest
I'd like to be able to write my migrations (and seed) files as es modules with the .mjs file extension like I'm doing with all my other javascript files.
I'd like to be able to run these migrations from within node (not via the cli) like this: