summaryrefslogtreecommitdiffstats
path: root/provisioning-model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'provisioning-model.lua')
-rw-r--r--provisioning-model.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/provisioning-model.lua b/provisioning-model.lua
index 7b92189..962da67 100644
--- a/provisioning-model.lua
+++ b/provisioning-model.lua
@@ -84,7 +84,6 @@ local table_creation_scripts = {
"CREATE INDEX options_param_idx ON provisioning_options (param_id)",
},
-- Where do we define the triggers to enforce the foreign keys? Triggers are only on updates, so don't have to worry about read speed
--- Need to define indices
}
-- ################################################################################