Skip to content
Snippets Groups Projects
Unverified Commit 1a743a08 authored by Louis's avatar Louis :fire:
Browse files

Add stream property to files table

parent 89ff1fb2
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,10 @@ module.exports = {
type: Types.TEXT,
allowNull: false,
},
stream: {
type: Types.TEXT,
allowNull: false,
},
comment: {
type: Types.TEXT,
allowNull: false,
......@@ -75,4 +79,4 @@ module.exports = {
down: (migration, Types) => {
return migration.dropTable('files')
},
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment