summaryrefslogtreecommitdiff
path: root/rt/etc/upgrade/3.3.0/acl.SQLite
diff options
context:
space:
mode:
Diffstat (limited to 'rt/etc/upgrade/3.3.0/acl.SQLite')
-rw-r--r--rt/etc/upgrade/3.3.0/acl.SQLite4
1 files changed, 4 insertions, 0 deletions
diff --git a/rt/etc/upgrade/3.3.0/acl.SQLite b/rt/etc/upgrade/3.3.0/acl.SQLite
new file mode 100644
index 0000000..73c16ae
--- /dev/null
+++ b/rt/etc/upgrade/3.3.0/acl.SQLite
@@ -0,0 +1,4 @@
+sub acl {
+ return ();
+}
+1;