Skip to content

Database error when moving docker from ghcr.io/drop-oss/drop:latest to ghcr.io/drop-oss/drop:0.4.0-rc-3 #421

@shadownetdev1

Description

@shadownetdev1

Title. I assume database migration missed something?

Docker log:

[03:04:02.574] INFO (19): enabled metadata provider: Steam

[03:04:02.575] INFO (19): enabled metadata provider: PCGamingWiki

[03:04:02.575] WARN (19): skipping metadata provider setup: Error: Missing config item IGDB_CLIENT_ID for IGDB

[03:04:02.610] INFO (service-torrential/19): service launched

[03:04:02.622] INFO (service-nginx/19): service launched

[03:04:02.945] INFO (service-torrential/19): INFO  [torrential] using 12 threads

[03:04:02.945] INFO (service-torrential/19): INFO  [torrential::server] created client subroutine

[03:04:02.945] INFO (service-torrential/19): INFO  [torrential] started depot server

[03:04:02.945] ERROR (service-nginx/19): nginx: [alert] could not open error log file: open() "/data/nginx/logs/error.log" failed (2: No such file or directory)

[03:04:02.945] INFO (service-torrential/19): connected to torrential socket

[03:04:02.945] INFO (service-torrential/19): service healthy

[03:04:03.074] INFO (19): initialised the ca

[03:04:03.120] INFO (19): enabled auth: OpenID

[03:04:03.120] INFO (19): enabled auth: Simple

[03:04:03.120] INFO (19): AuthManager initialized

[request error] [unhandled] [GET] http://localhost/api/v1

 PrismaClientKnownRequestError: 

Invalid `prisma.applicationSettings.findFirst()` invocation:

The column `(not available)` does not exist in the current database.

    at Vr.handleRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:8172)

    ... 8 lines matching cause stack trace ...

    at async Object.handler (file:///app/app/server/chunks/nitro/nitro.mjs:1:95921) {

  cause: PrismaClientKnownRequestError: 

  Invalid `prisma.applicationSettings.findFirst()` invocation:

  

  

  The column `(not available)` does not exist in the current database.

      at Vr.handleRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:8172)

      at Vr.handleAndLogRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:7467)

      at Vr.request (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:7174)

      at process.processTicksAndRejections (node:internal/process/task_queues:104:5)

      at async a (/app/app/server/node_modules/@prisma/client/runtime/client.js:75:5816)

      at async Object.pullConfiguration (file:///app/app/server/chunks/nitro/nitro.mjs:1:992219)

      at async Object.init (file:///app/app/server/chunks/nitro/nitro.mjs:1:991979)

      at async Object.get (file:///app/app/server/chunks/nitro/nitro.mjs:1:992636)

      at async Object.handler (file:///app/app/server/chunks/routes/api/index.get.mjs:1:1177)

      at async Object.handler (file:///app/app/server/chunks/nitro/nitro.mjs:1:95921) {

    code: 'P2022',

    meta: {

      modelName: 'ApplicationSettings',

      driverAdapterError: [DriverAdapterError]

    },

    clientVersion: '7.3.0'

  },

  statusCode: 500,

  fatal: false,

  unhandled: true,

  statusMessage: undefined,

  data: undefined

}

[request error] [unhandled] [GET] http://localhost/api/v1

 PrismaClientKnownRequestError: 

Invalid `prisma.applicationSettings.findFirst()` invocation:

The column `(not available)` does not exist in the current database.

    at Vr.handleRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:8172)

    ... 8 lines matching cause stack trace ...

    at async Object.handler (file:///app/app/server/chunks/nitro/nitro.mjs:1:95921) {

  cause: PrismaClientKnownRequestError: 

  Invalid `prisma.applicationSettings.findFirst()` invocation:

  

  

  The column `(not available)` does not exist in the current database.

      at Vr.handleRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:8172)

      at Vr.handleAndLogRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:7467)

      at Vr.request (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:7174)

      at process.processTicksAndRejections (node:internal/process/task_queues:104:5)

      at async a (/app/app/server/node_modules/@prisma/client/runtime/client.js:75:5816)

      at async Object.pullConfiguration (file:///app/app/server/chunks/nitro/nitro.mjs:1:992219)

      at async Object.init (file:///app/app/server/chunks/nitro/nitro.mjs:1:991979)

      at async Object.get (file:///app/app/server/chunks/nitro/nitro.mjs:1:992636)

      at async Object.handler (file:///app/app/server/chunks/routes/api/index.get.mjs:1:1177)

      at async Object.handler (file:///app/app/server/chunks/nitro/nitro.mjs:1:95921) {

    code: 'P2022',

    meta: {

      modelName: 'ApplicationSettings',

      driverAdapterError: [DriverAdapterError]

    },

    clientVersion: '7.3.0'

  },

  statusCode: 500,

  fatal: false,

  unhandled: true,

  statusMessage: undefined,

  data: undefined

}

[request error] [unhandled] [GET] http://localhost/api/v1

 PrismaClientKnownRequestError: 

Invalid `prisma.applicationSettings.findFirst()` invocation:

The column `(not available)` does not exist in the current database.

    at Vr.handleRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:8172)

    ... 8 lines matching cause stack trace ...

    at async Object.handler (file:///app/app/server/chunks/nitro/nitro.mjs:1:95921) {

  cause: PrismaClientKnownRequestError: 

  Invalid `prisma.applicationSettings.findFirst()` invocation:

  

  

  The column `(not available)` does not exist in the current database.

      at Vr.handleRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:8172)

      at Vr.handleAndLogRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:7467)

      at Vr.request (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:7174)

      at process.processTicksAndRejections (node:internal/process/task_queues:104:5)

      at async a (/app/app/server/node_modules/@prisma/client/runtime/client.js:75:5816)

      at async Object.pullConfiguration (file:///app/app/server/chunks/nitro/nitro.mjs:1:992219)

      at async Object.init (file:///app/app/server/chunks/nitro/nitro.mjs:1:991979)

      at async Object.get (file:///app/app/server/chunks/nitro/nitro.mjs:1:992636)

      at async Object.handler (file:///app/app/server/chunks/routes/api/index.get.mjs:1:1177)

      at async Object.handler (file:///app/app/server/chunks/nitro/nitro.mjs:1:95921) {

    code: 'P2022',

    meta: {

      modelName: 'ApplicationSettings',

      driverAdapterError: [DriverAdapterError]

    },

    clientVersion: '7.3.0'

  },

  statusCode: 500,

  fatal: false,

  unhandled: true,

  statusMessage: undefined,

  data: undefined

}

[request error] [unhandled] [GET] http://localhost/api/v1

 PrismaClientKnownRequestError: 

Invalid `prisma.applicationSettings.findFirst()` invocation:

The column `(not available)` does not exist in the current database.

    at Vr.handleRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:8172)

    ... 8 lines matching cause stack trace ...

    at async Object.handler (file:///app/app/server/chunks/nitro/nitro.mjs:1:95921) {

  cause: PrismaClientKnownRequestError: 

  Invalid `prisma.applicationSettings.findFirst()` invocation:

  

  

  The column `(not available)` does not exist in the current database.

      at Vr.handleRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:8172)

      at Vr.handleAndLogRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:7467)

      at Vr.request (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:7174)

      at process.processTicksAndRejections (node:internal/process/task_queues:104:5)

      at async a (/app/app/server/node_modules/@prisma/client/runtime/client.js:75:5816)

      at async Object.pullConfiguration (file:///app/app/server/chunks/nitro/nitro.mjs:1:992219)

      at async Object.init (file:///app/app/server/chunks/nitro/nitro.mjs:1:991979)

      at async Object.get (file:///app/app/server/chunks/nitro/nitro.mjs:1:992636)

      at async Object.handler (file:///app/app/server/chunks/routes/api/index.get.mjs:1:1177)

      at async Object.handler (file:///app/app/server/chunks/nitro/nitro.mjs:1:95921) {

    code: 'P2022',

    meta: {

      modelName: 'ApplicationSettings',

      driverAdapterError: [DriverAdapterError]

    },

    clientVersion: '7.3.0'

  },

  statusCode: 500,

  fatal: false,

  unhandled: true,

  statusMessage: undefined,

  data: undefined

}

[request error] [unhandled] [GET] https://drop.alcazar.top/api/v1

 PrismaClientKnownRequestError: 

Invalid `prisma.applicationSettings.findFirst()` invocation:

The column `(not available)` does not exist in the current database.

    at Vr.handleRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:8172)

    ... 8 lines matching cause stack trace ...

    at async Object.handler (file:///app/app/server/chunks/nitro/nitro.mjs:1:95921) {

  cause: PrismaClientKnownRequestError: 

  Invalid `prisma.applicationSettings.findFirst()` invocation:

  

  

  The column `(not available)` does not exist in the current database.

      at Vr.handleRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:8172)

      at Vr.handleAndLogRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:7467)

      at Vr.request (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:7174)

      at process.processTicksAndRejections (node:internal/process/task_queues:104:5)

      at async a (/app/app/server/node_modules/@prisma/client/runtime/client.js:75:5816)

      at async Object.pullConfiguration (file:///app/app/server/chunks/nitro/nitro.mjs:1:992219)

      at async Object.init (file:///app/app/server/chunks/nitro/nitro.mjs:1:991979)

      at async Object.get (file:///app/app/server/chunks/nitro/nitro.mjs:1:992636)

      at async Object.handler (file:///app/app/server/chunks/routes/api/index.get.mjs:1:1177)

      at async Object.handler (file:///app/app/server/chunks/nitro/nitro.mjs:1:95921) {

    code: 'P2022',

    meta: {

      modelName: 'ApplicationSettings',

      driverAdapterError: [DriverAdapterError]

    },

    clientVersion: '7.3.0'

  },

  statusCode: 500,

  fatal: false,

  unhandled: true,

  statusMessage: undefined,

  data: undefined

}

[request error] [unhandled] [GET] https://drop.alcazar.top/api/v1

 PrismaClientKnownRequestError: 

Invalid `prisma.applicationSettings.findFirst()` invocation:

The column `(not available)` does not exist in the current database.

    at Vr.handleRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:8172)

    ... 8 lines matching cause stack trace ...

    at async Object.handler (file:///app/app/server/chunks/nitro/nitro.mjs:1:95921) {

  cause: PrismaClientKnownRequestError: 

  Invalid `prisma.applicationSettings.findFirst()` invocation:

  

  

  The column `(not available)` does not exist in the current database.

      at Vr.handleRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:8172)

      at Vr.handleAndLogRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:7467)

      at Vr.request (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:7174)

      at process.processTicksAndRejections (node:internal/process/task_queues:104:5)

      at async a (/app/app/server/node_modules/@prisma/client/runtime/client.js:75:5816)

      at async Object.pullConfiguration (file:///app/app/server/chunks/nitro/nitro.mjs:1:992219)

      at async Object.init (file:///app/app/server/chunks/nitro/nitro.mjs:1:991979)

      at async Object.get (file:///app/app/server/chunks/nitro/nitro.mjs:1:992636)

      at async Object.handler (file:///app/app/server/chunks/routes/api/index.get.mjs:1:1177)

      at async Object.handler (file:///app/app/server/chunks/nitro/nitro.mjs:1:95921) {

    code: 'P2022',

    meta: {

      modelName: 'ApplicationSettings',

      driverAdapterError: [DriverAdapterError]

    },

    clientVersion: '7.3.0'

  },

  statusCode: 500,

  fatal: false,

  unhandled: true,

  statusMessage: undefined,

  data: undefined

}

[request error] [unhandled] [GET] http://localhost/api/v1

 PrismaClientKnownRequestError: 

Invalid `prisma.applicationSettings.findFirst()` invocation:

The column `(not available)` does not exist in the current database.

    at Vr.handleRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:8172)

    ... 8 lines matching cause stack trace ...

    at async Object.handler (file:///app/app/server/chunks/nitro/nitro.mjs:1:95921) {

  cause: PrismaClientKnownRequestError: 

  Invalid `prisma.applicationSettings.findFirst()` invocation:

  

  

  The column `(not available)` does not exist in the current database.

      at Vr.handleRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:8172)

      at Vr.handleAndLogRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:7467)

      at Vr.request (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:7174)

      at process.processTicksAndRejections (node:internal/process/task_queues:104:5)

      at async a (/app/app/server/node_modules/@prisma/client/runtime/client.js:75:5816)

      at async Object.pullConfiguration (file:///app/app/server/chunks/nitro/nitro.mjs:1:992219)

      at async Object.init (file:///app/app/server/chunks/nitro/nitro.mjs:1:991979)

      at async Object.get (file:///app/app/server/chunks/nitro/nitro.mjs:1:992636)

      at async Object.handler (file:///app/app/server/chunks/routes/api/index.get.mjs:1:1177)

      at async Object.handler (file:///app/app/server/chunks/nitro/nitro.mjs:1:95921) {

    code: 'P2022',

    meta: {

      modelName: 'ApplicationSettings',

      driverAdapterError: [DriverAdapterError]

    },

    clientVersion: '7.3.0'

  },

  statusCode: 500,

  fatal: false,

  unhandled: true,

  statusMessage: undefined,

  data: undefined

}

[request error] [unhandled] [GET] http://localhost/api/v1

 PrismaClientKnownRequestError: 

Invalid `prisma.applicationSettings.findFirst()` invocation:

The column `(not available)` does not exist in the current database.

    at Vr.handleRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:8172)

    ... 8 lines matching cause stack trace ...

    at async Object.handler (file:///app/app/server/chunks/nitro/nitro.mjs:1:95921) {

  cause: PrismaClientKnownRequestError: 

  Invalid `prisma.applicationSettings.findFirst()` invocation:

  

  

  The column `(not available)` does not exist in the current database.

      at Vr.handleRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:8172)

      at Vr.handleAndLogRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:7467)

      at Vr.request (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:7174)

      at process.processTicksAndRejections (node:internal/process/task_queues:104:5)

      at async a (/app/app/server/node_modules/@prisma/client/runtime/client.js:75:5816)

      at async Object.pullConfiguration (file:///app/app/server/chunks/nitro/nitro.mjs:1:992219)

      at async Object.init (file:///app/app/server/chunks/nitro/nitro.mjs:1:991979)

      at async Object.get (file:///app/app/server/chunks/nitro/nitro.mjs:1:992636)

      at async Object.handler (file:///app/app/server/chunks/routes/api/index.get.mjs:1:1177)

      at async Object.handler (file:///app/app/server/chunks/nitro/nitro.mjs:1:95921) {

    code: 'P2022',

    meta: {

      modelName: 'ApplicationSettings',

      driverAdapterError: [DriverAdapterError]

    },

    clientVersion: '7.3.0'

  },

  statusCode: 500,

  fatal: false,

  unhandled: true,

  statusMessage: undefined,

  data: undefined

}

[request error] [unhandled] [GET] http://localhost/api/v1

 PrismaClientKnownRequestError: 

Invalid `prisma.applicationSettings.findFirst()` invocation:

The column `(not available)` does not exist in the current database.

    at Vr.handleRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:8172)

    ... 8 lines matching cause stack trace ...

    at async Object.handler (file:///app/app/server/chunks/nitro/nitro.mjs:1:95921) {

  cause: PrismaClientKnownRequestError: 

  Invalid `prisma.applicationSettings.findFirst()` invocation:

  

  

  The column `(not available)` does not exist in the current database.

      at Vr.handleRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:8172)

      at Vr.handleAndLogRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:7467)

      at Vr.request (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:7174)

      at process.processTicksAndRejections (node:internal/process/task_queues:104:5)

      at async a (/app/app/server/node_modules/@prisma/client/runtime/client.js:75:5816)

      at async Object.pullConfiguration (file:///app/app/server/chunks/nitro/nitro.mjs:1:992219)

      at async Object.init (file:///app/app/server/chunks/nitro/nitro.mjs:1:991979)

      at async Object.get (file:///app/app/server/chunks/nitro/nitro.mjs:1:992636)

      at async Object.handler (file:///app/app/server/chunks/routes/api/index.get.mjs:1:1177)

      at async Object.handler (file:///app/app/server/chunks/nitro/nitro.mjs:1:95921) {

    code: 'P2022',

    meta: {

      modelName: 'ApplicationSettings',

      driverAdapterError: [DriverAdapterError]

    },

    clientVersion: '7.3.0'

  },

  statusCode: 500,

  fatal: false,

  unhandled: true,

  statusMessage: undefined,

  data: undefined

}

[request error] [unhandled] [GET] http://localhost/api/v1

 PrismaClientKnownRequestError: 

Invalid `prisma.applicationSettings.findFirst()` invocation:

The column `(not available)` does not exist in the current database.

    at Vr.handleRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:8172)

    ... 8 lines matching cause stack trace ...

    at async Object.handler (file:///app/app/server/chunks/nitro/nitro.mjs:1:95921) {

  cause: PrismaClientKnownRequestError: 

  Invalid `prisma.applicationSettings.findFirst()` invocation:

  

  

  The column `(not available)` does not exist in the current database.

      at Vr.handleRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:8172)

      at Vr.handleAndLogRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:7467)

      at Vr.request (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:7174)

      at process.processTicksAndRejections (node:internal/process/task_queues:104:5)

      at async a (/app/app/server/node_modules/@prisma/client/runtime/client.js:75:5816)

      at async Object.pullConfiguration (file:///app/app/server/chunks/nitro/nitro.mjs:1:992219)

      at async Object.init (file:///app/app/server/chunks/nitro/nitro.mjs:1:991979)

      at async Object.get (file:///app/app/server/chunks/nitro/nitro.mjs:1:992636)

      at async Object.handler (file:///app/app/server/chunks/routes/api/index.get.mjs:1:1177)

      at async Object.handler (file:///app/app/server/chunks/nitro/nitro.mjs:1:95921) {

    code: 'P2022',

    meta: {

      modelName: 'ApplicationSettings',

      driverAdapterError: [DriverAdapterError]

    },

    clientVersion: '7.3.0'

  },

  statusCode: 500,

  fatal: false,

  unhandled: true,

  statusMessage: undefined,

  data: undefined

}

[request error] [unhandled] [GET] https://drop.alcazar.top/api/v1

 PrismaClientKnownRequestError: 

Invalid `prisma.applicationSettings.findFirst()` invocation:

The column `(not available)` does not exist in the current database.

    at Vr.handleRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:8172)

    ... 8 lines matching cause stack trace ...

    at async Object.handler (file:///app/app/server/chunks/nitro/nitro.mjs:1:95921) {

  cause: PrismaClientKnownRequestError: 

  Invalid `prisma.applicationSettings.findFirst()` invocation:

  

  

  The column `(not available)` does not exist in the current database.

      at Vr.handleRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:8172)

      at Vr.handleAndLogRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:7467)

      at Vr.request (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:7174)

      at process.processTicksAndRejections (node:internal/process/task_queues:104:5)

      at async a (/app/app/server/node_modules/@prisma/client/runtime/client.js:75:5816)

      at async Object.pullConfiguration (file:///app/app/server/chunks/nitro/nitro.mjs:1:992219)

      at async Object.init (file:///app/app/server/chunks/nitro/nitro.mjs:1:991979)

      at async Object.get (file:///app/app/server/chunks/nitro/nitro.mjs:1:992636)

      at async Object.handler (file:///app/app/server/chunks/routes/api/index.get.mjs:1:1177)

      at async Object.handler (file:///app/app/server/chunks/nitro/nitro.mjs:1:95921) {

    code: 'P2022',

    meta: {

      modelName: 'ApplicationSettings',

      driverAdapterError: [DriverAdapterError]

    },

    clientVersion: '7.3.0'

  },

  statusCode: 500,

  fatal: false,

  unhandled: true,

  statusMessage: undefined,

  data: undefined

}

[request error] [unhandled] [GET] https://drop.alcazar.top/api/v1

 PrismaClientKnownRequestError: 

Invalid `prisma.applicationSettings.findFirst()` invocation:

The column `(not available)` does not exist in the current database.

    at Vr.handleRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:8172)

    ... 8 lines matching cause stack trace ...

    at async Object.handler (file:///app/app/server/chunks/nitro/nitro.mjs:1:95921) {

  cause: PrismaClientKnownRequestError: 

  Invalid `prisma.applicationSettings.findFirst()` invocation:

  

  

  The column `(not available)` does not exist in the current database.

      at Vr.handleRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:8172)

      at Vr.handleAndLogRequestError (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:7467)

      at Vr.request (/app/app/server/node_modules/@prisma/client/runtime/client.js:65:7174)

      at process.processTicksAndRejections (node:internal/process/task_queues:104:5)

      at async a (/app/app/server/node_modules/@prisma/client/runtime/client.js:75:5816)

      at async Object.pullConfiguration (file:///app/app/server/chunks/nitro/nitro.mjs:1:992219)

      at async Object.init (file:///app/app/server/chunks/nitro/nitro.mjs:1:991979)

      at async Object.get (file:///app/app/server/chunks/nitro/nitro.mjs:1:992636)

      at async Object.handler (file:///app/app/server/chunks/routes/api/index.get.mjs:1:1177)

      at async Object.handler (file:///app/app/server/chunks/nitro/nitro.mjs:1:95921) {

    code: 'P2022',

    meta: {

      modelName: 'ApplicationSettings',

      driverAdapterError: [DriverAdapterError]

    },

    clientVersion: '7.3.0'

  },

  statusCode: 500,

  fatal: false,

  unhandled: true,

  statusMessage: undefined,

  data: undefined

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions