Skip to content
#

knex

Here are 814 public repositories matching this topic...

JasonWoof
JasonWoof commented May 10, 2020

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:

db/migrations/00001-users-table.mjs:
    export const up = knex => knex.sche
MattIPv4
MattIPv4 commented Feb 16, 2020

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

Improve this page

Add a description, image, and links to the knex topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the knex topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.