Updated JQuery; Added resize sensor library; Updated the admin code (prior to changing gears to use Meteor).

This commit is contained in:
Wynne Crisman
2016-12-28 11:13:44 -08:00
parent 801c0507e5
commit 00f2be30ce
58 changed files with 29553 additions and 252 deletions

View File

@@ -12,7 +12,8 @@ module.exports = {
autoIncrement: true
},
login: {
type: DataTypes.STRING
type: DataTypes.STRING,
unique: true
},
password: {
type: DataTypes.STRING