4a05060
Thanks @sebasptsch! - Fix voice channel change and add some comments
719f6c5
Thanks @sebasptsch! - Re-Enable MQTT by Fixing Environment Variables
- #405
f33b646
Thanks @sebasptsch! - Fix inaccurate channel count
bcf0803
Thanks @sebasptsch! - Check the channel after unpinning to update it's status
738f8eb
Thanks @sebasptsch! - Fix missing DTOs
-
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.
c6eafe7
Thanks @sebasptsch! - Suppress channel settings notification
-
700f09b
Thanks @sebasptsch! - fix sourcemap location -
8d6ec0a
Thanks @sebasptsch! - fix 10003 error on rename
- #383
74ca397
Thanks @sebasptsch! - Pinned Channels
d161aa5
Thanks @sebasptsch! - use wget for healthchecks
168ce8e
Thanks @sebasptsch! - Add controller tag
6ec358d
Thanks @sebasptsch! - Add healthcheck
311b819
Thanks @sebasptsch! - checkout
-
e96ade8
Thanks @sebasptsch! - Add latest to workflow -
f3706b7
Thanks @sebasptsch! - Sentry Releases
4829fe5
Thanks @sebasptsch! - Publish Pterodactyl and Default build from same run
38c0309
Thanks @sebasptsch! - fix release tags
55c6093
Thanks @sebasptsch! - Rework workflows
bd6cb32
Thanks @sebasptsch! - Remove zero fetch depth changeset release
8b43f34
Thanks @sebasptsch! - Public Changeset
-
#370
e00efdf
Thanks @sebasptsch! - Migrate to Postgres & Remove PrismaThis 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.
-
#366
ccb88b5
Thanks @sebasptsch! - Add Changeset CLI Versioning -
#371
d7758f8
Thanks @sebasptsch! - Add Support for ARM64