From 1d07a975a2562b800fe183c6560f4a3b84ee307a Mon Sep 17 00:00:00 2001 From: Udo Walter Date: Tue, 18 Sep 2018 08:33:04 +0000 Subject: [configurator] add ipxe configurator --- server/migrations/20180917202533-create-config_x_entry.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/migrations') 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, -- cgit v1.2.3-55-g7522