Updated JQuery; Added resize sensor library; Updated the admin code (prior to changing gears to use Meteor).
This commit is contained in:
@@ -12,7 +12,8 @@ module.exports = {
|
||||
autoIncrement: true
|
||||
},
|
||||
login: {
|
||||
type: DataTypes.STRING
|
||||
type: DataTypes.STRING,
|
||||
unique: true
|
||||
},
|
||||
password: {
|
||||
type: DataTypes.STRING
|
||||
|
||||
Reference in New Issue
Block a user