summaryrefslogtreecommitdiffstats
path: root/server/migrations
diff options
context:
space:
mode:
authorUdo Walter2018-09-18 10:33:04 +0200
committerUdo Walter2018-09-18 10:33:04 +0200
commit1d07a975a2562b800fe183c6560f4a3b84ee307a (patch)
tree07f886f07047016af3d9a7565e4abedf497c4c2f /server/migrations
parent[groups] small bugfixes (diff)
downloadbas-1d07a975a2562b800fe183c6560f4a3b84ee307a.tar.gz
bas-1d07a975a2562b800fe183c6560f4a3b84ee307a.tar.xz
bas-1d07a975a2562b800fe183c6560f4a3b84ee307a.zip
[configurator] add ipxe configurator
Diffstat (limited to 'server/migrations')
-rw-r--r--server/migrations/20180917202533-create-config_x_entry.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/migrations/20180917202533-create-config_x_entry.js b/server/migrations/20180917202533-create-config_x_entry.js
index 4e32ea9..5b04cf7 100644
--- a/server/migrations/20180917202533-create-config_x_entry.js
+++ b/server/migrations/20180917202533-create-config_x_entry.js
@@ -2,7 +2,7 @@
module.exports = {
up: (queryInterface, Sequelize) => {
return queryInterface.createTable('config_x_entry', {
- groupId: {
+ configId: {
primaryKey: true,
allowNull: false,
type: Sequelize.INTEGER,
@@ -12,7 +12,7 @@ module.exports = {
key: 'id'
}
},
- clientId: {
+ entryId: {
primaryKey: true,
allowNull: false,
type: Sequelize.INTEGER,