cubicweb/server/sources/native.py
changeset 11757 e845746b4d3c
parent 11756 60fed6272771
child 11763 39df042f4ab4
--- a/cubicweb/server/sources/native.py	Fri Sep 30 17:36:40 2016 +0200
+++ b/cubicweb/server/sources/native.py	Thu Sep 29 11:44:19 2016 +0200
@@ -1361,10 +1361,6 @@
   extid VARCHAR(256)
 );;
 CREATE INDEX entities_type_idx ON entities(type);;
-CREATE TABLE moved_entities (
-  eid INTEGER PRIMARY KEY NOT NULL,
-  extid VARCHAR(256) UNIQUE NOT NULL
-);;
 
 CREATE TABLE transactions (
   tx_uuid CHAR(32) PRIMARY KEY NOT NULL,