Cameron
Cameron
> You can use `alterType` parameter in newer version of knex instead: https://github.com/knex/documentation/commit/20adb5c0f4b3590f38a2bedfbda144f0c22356bb Ya was waiting for newest npm publish, which happened 7 mins ago Still will have to migrate...
(This PR is still full of logs but you can use this branch and use yarn link to test it on a Strapi instance) > You can use `alterType` parameter...
Are there any existing plans to migrate to knex v1? I am planning on doing this in this PR but I was wondering if that was already in the works.
> > Are there any existing plans to migrate to knex v1? I am planning on doing this in this PR but I was wondering if that was already in...
> > > > Are there any existing plans to migrate to knex v1? I am planning on doing this in this PR but I was wondering if that was...
Spent tonight catching everything up with master after the knex migration (Had a PITA time building Strapi because of the vscode sqlite and its depending on VS), still having the...
Setting alter Nullable to false fixes the above issue, YAY, however now we are on the next issue: ``` alter table "admin_permissions_role_links" drop constraint "primary" - constraint "primary" of relation...
@kibertoad Do you think this is most likely an issue with Cockroach or within the Knex Dialect? My initial thought was that is was an cockroach issue as it seems...
_This is a VERY long trace of what exactly is happening and is a good overview of how Strapi handles migrations Please scroll down to the bottom for a TLDR_...
@kibertoad Was looking into our newest issue and found when the `strapi_core_store_settings` table is being created we have this data for the 'id' column  If we have `alterType` false...