Updates to the website to remove Yaks and AP classes; Updates to the admin site to support user management (not working fully yet).
This commit is contained in:
@@ -5,6 +5,12 @@ module.exports = {
|
||||
var DataTypes = Sequelize; //Allow for more cut and paste :)
|
||||
|
||||
return query.createTable('User', {
|
||||
id: {
|
||||
type: DataTypes.INTEGER,
|
||||
primaryKey: true,
|
||||
allowNull: false,
|
||||
autoIncrement: true
|
||||
},
|
||||
login: {
|
||||
type: DataTypes.STRING
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user