1.1.6 • Published 10 months ago

@dmgincs/discord-entities v1.1.6

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
10 months ago

DamageInc Discord-Entities

DamageInc Discord Database Entities repository

Installation

Install the package in your project directory with:

// with yarn
yarn add @dmgincs/discord-entities

Migrations

The discord database is managed from this package. Therefore, migrations will have to be created here. Migrations may be ran on the testing server, but the production migrations will automatically be ran upon deployment.

You can run all of these commands in the packages/entities folder.

// Generate a migration based on current database state
$ yarn migration:generate ./src/migrations/<Name>

// Create an empty migration
$ yarn migration:create ./src/migrations/<Name>

// Run the migrations
$ yarn migration:run

// Revert the last migration
$ yarn migration:revert
1.1.1

1 year ago

1.1.0

1 year ago

1.1.6

10 months ago

1.1.5

10 months ago

1.1.4

10 months ago

1.1.3

1 year ago

1.1.2

1 year ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.1

3 years ago