Skip to content

Latest commit

 

History

History
143 lines (73 loc) · 6.25 KB

CHANGELOG.md

File metadata and controls

143 lines (73 loc) · 6.25 KB

dynamica-v2

3.3.6

Patch Changes

3.3.5

Patch Changes

3.3.4

Patch Changes

3.3.3

Patch Changes

3.3.2

Patch Changes

3.3.1

Patch Changes

  • c3c4bb8 Thanks @sebasptsch! - Remove @nestjs/config in favour of @t3-oss/env-core

  • #393 d3f3ccf Thanks @sebasptsch! - Fix issue with bash not existing in the pterodactyl container by switching to sh.

3.3.0

Minor Changes

Patch Changes

3.2.0

Minor Changes

3.1.2

Patch Changes

3.1.1

Patch Changes

3.1.0

Minor Changes

3.0.7

Patch Changes

3.0.6

Patch Changes

3.0.5

Patch Changes

3.0.4

Patch Changes

3.0.3

Patch Changes

3.0.2

Patch Changes

3.0.1

Patch Changes

3.0.0

Major Changes

  • #370 e00efdf Thanks @sebasptsch! - Migrate to Postgres & Remove Prisma

    This change removes the project's dependency on Prisma and migrates the database from SQLite to Postgres. This change also includes the removal of the Prisma client and the Prisma schema file. The project now uses DrizzleORM to interact with the database.

    To migrate the database, run the following command inside the latest 2.x version of the project:

    node ./dist/utils/migrateToPostgres.js

    Making sure to have POSTGRES_URL set in the environment variables.

    After this spin down the 2.x version and spin up the 3.x version with the same POSTGRES_URL environment variable set.

Minor Changes