Mirror of https://github.com/roostorg/coop
github.com/roostorg/coop
1'use strict';
2const { DataTypes } = require('sequelize');
3
4/**
5 * @param {{ context: import("sequelize").QueryInterface }} context
6 */
7exports.up = async function ({ context: queryInterface }) {};
8
9/**
10 * @param {{ context: import("sequelize").QueryInterface }} context
11 */
12exports.down = async function ({ context: queryInterface }) {};