Merge branch 'master' of github.com:outline/outline

This commit is contained in:
Tom Moor
2020-05-20 21:01:10 -07:00
2 changed files with 6 additions and 3 deletions

View File

@@ -22,13 +22,16 @@ A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots or videos to help explain your problem.
**Outline (please complete the following information):**
- Install: [getoutline.com or self hosted]
- Version: [commit sha if self hosted]
**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
**Smartphone (please complete the following information):**
**Mobile (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

View File

@@ -7,7 +7,7 @@ module.exports = {
allowNull: true,
});
await queryInterface.addColumn('revisions', 'backup', {
type: Sequelize.SMALLINT,
type: Sequelize.TEXT,
allowNull: true,
});
},