External String IDs
Compare changes
- Timm Fitschen authored
@@ -6,6 +6,8 @@ DROP PROCEDURE IF EXISTS getInfo;
@@ -6,6 +6,8 @@ DROP PROCEDURE IF EXISTS getInfo;
@@ -16,13 +18,13 @@ CREATE TABLE `entity_ids` (
@@ -16,13 +18,13 @@ CREATE TABLE `entity_ids` (
`internal_id` int(10) unsigned NOT NULL COMMENT 'Internal ID of an entity. This id is used internally in the *_data tables and elsewhere. This ID is never exposed via the CaosDB API.',
INSERT INTO entity_ids (id, internal_id) SELECT id, id FROM entities WHERE id>0 AND role!="DOMAIN" AND id!=50;