allow_anon_event, comment via mastodon
This commit is contained in:
@@ -16,9 +16,9 @@ module.exports = (sequelize, DataTypes) => {
|
||||
image_path: DataTypes.STRING,
|
||||
is_visible: DataTypes.BOOLEAN,
|
||||
activitypub_id: {
|
||||
type: DataTypes.BIGINT,
|
||||
type: DataTypes.STRING(18),
|
||||
index: true
|
||||
}
|
||||
},
|
||||
}, {})
|
||||
event.associate = function (models) {
|
||||
event.belongsTo(models.place)
|
||||
|
||||
Reference in New Issue
Block a user