Mirror of https://github.com/roostorg/coop github.com/roostorg/coop
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 12 lines 338 B view raw
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 }) {};