summaryrefslogtreecommitdiff
path: root/rt/etc/upgrade/3.1.0/acl.SQLite
diff options
context:
space:
mode:
Diffstat (limited to 'rt/etc/upgrade/3.1.0/acl.SQLite')
-rwxr-xr-xrt/etc/upgrade/3.1.0/acl.SQLite4
1 files changed, 4 insertions, 0 deletions
diff --git a/rt/etc/upgrade/3.1.0/acl.SQLite b/rt/etc/upgrade/3.1.0/acl.SQLite
new file mode 100755
index 000000000..73c16ae03
--- /dev/null
+++ b/rt/etc/upgrade/3.1.0/acl.SQLite
@@ -0,0 +1,4 @@
+sub acl {
+ return ();
+}
+1;