mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 06:04:05 +00:00
dockerize!
changes to sequelize, env loading, ts workflow, minor improvements
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
"use strict";
|
||||
import { type Migration } from "sequelize-cli";
|
||||
import type { Migration } from "sequelize-cli";
|
||||
export default {
|
||||
up: async function (queryInterface, Sequelize) {
|
||||
await queryInterface.createTable("playlists", {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
"use strict";
|
||||
import { type Migration } from "sequelize-cli";
|
||||
import type { Migration } from "sequelize-cli";
|
||||
export default {
|
||||
up: async function (queryInterface, Sequelize) {
|
||||
await queryInterface.createTable("links", {
|
||||
|
||||
Reference in New Issue
Block a user