diff --git a/00-tables.sql b/00-tables.sql
index b4cce542464bea032db44b366d9e5e4277312b25..f1423f98bcd4b2eafca7a77dbfb2d6c15f26518c 100644
--- a/00-tables.sql
+++ b/00-tables.sql
@@ -21,7 +21,6 @@ CREATE TABLE storage (
     storage_type      StorageType   NOT NULL,
     base_path         VARCHAR       default NULL,
     hostname          VARCHAR       NOT NULL,
-    tape_pool         VARCHAR       default NULL,
     PRIMARY KEY (storage_id)
 );