summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2016-10-22 00:29:30 -0400
committerMalf Furious <m@lfurio.us>2016-10-22 00:29:30 -0400
commited99654d2e139a847a63e9295bf976d17462ee34 (patch)
tree23ab0c9d3b813da85e08d4008dbf98b7f0c9fd01
parent9d0ff6546fb03489bbd127aeec6ee161e204a139 (diff)
downloadscrott-ed99654d2e139a847a63e9295bf976d17462ee34.tar.gz
scrott-ed99654d2e139a847a63e9295bf976d17462ee34.zip
Deprecate application code
Setup to perform an iteration of development focused on a simpler implementation and eliminating redundancy in design.
Diffstat (limited to '')
-rw-r--r--.gitignore1
-rw-r--r--examples/COPYING (renamed from COPYING)0
-rw-r--r--examples/app/assets/css/bootstrap.min.css (renamed from app/assets/css/bootstrap.min.css)0
-rw-r--r--examples/app/assets/fonts/glyphicons-halflings-regular.eot (renamed from app/assets/fonts/glyphicons-halflings-regular.eot)bin20127 -> 20127 bytes
-rw-r--r--examples/app/assets/fonts/glyphicons-halflings-regular.svg (renamed from app/assets/fonts/glyphicons-halflings-regular.svg)0
-rw-r--r--examples/app/assets/fonts/glyphicons-halflings-regular.ttf (renamed from app/assets/fonts/glyphicons-halflings-regular.ttf)bin45404 -> 45404 bytes
-rw-r--r--examples/app/assets/fonts/glyphicons-halflings-regular.woff (renamed from app/assets/fonts/glyphicons-halflings-regular.woff)bin23424 -> 23424 bytes
-rw-r--r--examples/app/assets/fonts/glyphicons-halflings-regular.woff2 (renamed from app/assets/fonts/glyphicons-halflings-regular.woff2)bin18028 -> 18028 bytes
-rw-r--r--examples/app/assets/img/gpl.png (renamed from app/assets/img/gpl.png)bin2666 -> 2666 bytes
-rw-r--r--examples/app/assets/img/heads/null.jpg (renamed from app/assets/img/heads/null.jpg)bin8483 -> 8483 bytes
-rw-r--r--examples/app/assets/js/bootstrap.min.js (renamed from app/assets/js/bootstrap.min.js)0
-rw-r--r--examples/app/assets/js/jquery.min.js (renamed from app/assets/js/jquery.min.js)0
-rw-r--r--examples/app/assets/js/scrott.js (renamed from app/assets/js/scrott.js)0
-rw-r--r--examples/app/class/controller.class.php (renamed from app/class/controller.class.php)0
-rw-r--r--examples/app/class/database.iface.php (renamed from app/class/database.iface.php)0
-rw-r--r--examples/app/class/externuser.class.php (renamed from app/class/externuser.class.php)0
-rw-r--r--examples/app/class/form.class.php (renamed from app/class/form.class.php)0
-rw-r--r--examples/app/class/framework.class.php (renamed from app/class/framework.class.php)0
-rw-r--r--examples/app/class/group.class.php (renamed from app/class/group.class.php)0
-rw-r--r--examples/app/class/issue.class.php (renamed from app/class/issue.class.php)0
-rw-r--r--examples/app/class/message.class.php (renamed from app/class/message.class.php)0
-rw-r--r--examples/app/class/model.class.php (renamed from app/class/model.class.php)0
-rw-r--r--examples/app/class/mysql.class.php (renamed from app/class/mysql.class.php)0
-rw-r--r--examples/app/class/object.class.php (renamed from app/class/object.class.php)0
-rw-r--r--examples/app/class/pad.class.php (renamed from app/class/pad.class.php)0
-rw-r--r--examples/app/class/setting.class.php (renamed from app/class/setting.class.php)0
-rw-r--r--examples/app/class/stage.class.php (renamed from app/class/stage.class.php)0
-rw-r--r--examples/app/class/user.class.php (renamed from app/class/user.class.php)0
-rw-r--r--examples/app/controller/auth.control.php (renamed from app/controller/auth.control.php)0
-rw-r--r--examples/app/controller/dashboard.control.php (renamed from app/controller/dashboard.control.php)0
-rw-r--r--examples/app/controller/deauth.control.php (renamed from app/controller/deauth.control.php)0
-rw-r--r--examples/app/controller/deleteacct.control.php (renamed from app/controller/deleteacct.control.php)0
-rw-r--r--examples/app/controller/except.control.php (renamed from app/controller/except.control.php)0
-rw-r--r--examples/app/controller/obj.control.php (renamed from app/controller/obj.control.php)0
-rw-r--r--examples/app/controller/root.control.php (renamed from app/controller/root.control.php)0
-rw-r--r--examples/app/controller/sysconf.control.php (renamed from app/controller/sysconf.control.php)0
-rw-r--r--examples/app/file.php (renamed from app/file.php)0
-rw-r--r--examples/app/index.php (renamed from app/index.php)0
-rw-r--r--examples/app/model/auth.mod.php (renamed from app/model/auth.mod.php)0
-rw-r--r--examples/app/model/common.mod.php (renamed from app/model/common.mod.php)0
-rw-r--r--examples/app/model/dashboard.mod.php (renamed from app/model/dashboard.mod.php)0
-rw-r--r--examples/app/model/deauth.mod.php (renamed from app/model/deauth.mod.php)0
-rw-r--r--examples/app/model/deleteacct.mod.php (renamed from app/model/deleteacct.mod.php)0
-rw-r--r--examples/app/model/except.mod.php (renamed from app/model/except.mod.php)0
-rw-r--r--examples/app/model/master.mod.php (renamed from app/model/master.mod.php)0
-rw-r--r--examples/app/model/obj.mod.php (renamed from app/model/obj.mod.php)0
-rw-r--r--examples/app/model/sysconf.mod.php (renamed from app/model/sysconf.mod.php)0
-rw-r--r--examples/app/view/auth/default.view.php (renamed from app/view/auth/default.view.php)0
-rw-r--r--examples/app/view/common/foot.view.php (renamed from app/view/common/foot.view.php)0
-rw-r--r--examples/app/view/common/group.setting.modal.view.php (renamed from app/view/common/group.setting.modal.view.php)0
-rw-r--r--examples/app/view/common/head.view.php (renamed from app/view/common/head.view.php)0
-rw-r--r--examples/app/view/common/newgroup.modal.view.php (renamed from app/view/common/newgroup.modal.view.php)0
-rw-r--r--examples/app/view/common/ownership.setting.modal.view.php (renamed from app/view/common/ownership.setting.modal.view.php)0
-rw-r--r--examples/app/view/common/permissions.setting.modal.view.php (renamed from app/view/common/permissions.setting.modal.view.php)0
-rw-r--r--examples/app/view/common/setting.modal.view.php (renamed from app/view/common/setting.modal.view.php)0
-rw-r--r--examples/app/view/common/topp.view.php (renamed from app/view/common/topp.view.php)0
-rw-r--r--examples/app/view/dashboard/default.view.php (renamed from app/view/dashboard/default.view.php)0
-rw-r--r--examples/app/view/deleteacct/default.view.php (renamed from app/view/deleteacct/default.view.php)0
-rw-r--r--examples/app/view/except/default.view.php (renamed from app/view/except/default.view.php)0
-rw-r--r--examples/app/view/master/foot.view.php (renamed from app/view/master/foot.view.php)0
-rw-r--r--examples/app/view/master/head.view.php (renamed from app/view/master/head.view.php)0
-rw-r--r--examples/app/view/master/topp.view.php (renamed from app/view/master/topp.view.php)0
-rw-r--r--examples/app/view/obj/group.view.php (renamed from app/view/obj/group.view.php)0
-rw-r--r--examples/app/view/sysconf/default.view.php (renamed from app/view/sysconf/default.view.php)0
-rw-r--r--examples/app/view/sysconf/group.modal.view.php (renamed from app/view/sysconf/group.modal.view.php)0
-rw-r--r--examples/app/view/sysconf/issue.modal.view.php (renamed from app/view/sysconf/issue.modal.view.php)0
-rw-r--r--examples/app/view/sysconf/message.modal.view.php (renamed from app/view/sysconf/message.modal.view.php)0
-rw-r--r--examples/app/view/sysconf/pad.modal.view.php (renamed from app/view/sysconf/pad.modal.view.php)0
-rw-r--r--examples/app/view/sysconf/stage.modal.view.php (renamed from app/view/sysconf/stage.modal.view.php)0
-rw-r--r--examples/app/view/sysconf/user.modal.view.php (renamed from app/view/sysconf/user.modal.view.php)0
-rw-r--r--examples/schema.sql (renamed from schema.sql)0
71 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index f2da16c..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-app/scrott.conf.php
diff --git a/COPYING b/examples/COPYING
index 94a9ed0..94a9ed0 100644
--- a/COPYING
+++ b/examples/COPYING
diff --git a/app/assets/css/bootstrap.min.css b/examples/app/assets/css/bootstrap.min.css
index d65c66b..d65c66b 100644
--- a/app/assets/css/bootstrap.min.css
+++ b/examples/app/assets/css/bootstrap.min.css
diff --git a/app/assets/fonts/glyphicons-halflings-regular.eot b/examples/app/assets/fonts/glyphicons-halflings-regular.eot
index b93a495..b93a495 100644
--- a/app/assets/fonts/glyphicons-halflings-regular.eot
+++ b/examples/app/assets/fonts/glyphicons-halflings-regular.eot
Binary files differ
diff --git a/app/assets/fonts/glyphicons-halflings-regular.svg b/examples/app/assets/fonts/glyphicons-halflings-regular.svg
index 94fb549..94fb549 100644
--- a/app/assets/fonts/glyphicons-halflings-regular.svg
+++ b/examples/app/assets/fonts/glyphicons-halflings-regular.svg
diff --git a/app/assets/fonts/glyphicons-halflings-regular.ttf b/examples/app/assets/fonts/glyphicons-halflings-regular.ttf
index 1413fc6..1413fc6 100644
--- a/app/assets/fonts/glyphicons-halflings-regular.ttf
+++ b/examples/app/assets/fonts/glyphicons-halflings-regular.ttf
Binary files differ
diff --git a/app/assets/fonts/glyphicons-halflings-regular.woff b/examples/app/assets/fonts/glyphicons-halflings-regular.woff
index 9e61285..9e61285 100644
--- a/app/assets/fonts/glyphicons-halflings-regular.woff
+++ b/examples/app/assets/fonts/glyphicons-halflings-regular.woff
Binary files differ
diff --git a/app/assets/fonts/glyphicons-halflings-regular.woff2 b/examples/app/assets/fonts/glyphicons-halflings-regular.woff2
index 64539b5..64539b5 100644
--- a/app/assets/fonts/glyphicons-halflings-regular.woff2
+++ b/examples/app/assets/fonts/glyphicons-halflings-regular.woff2
Binary files differ
diff --git a/app/assets/img/gpl.png b/examples/app/assets/img/gpl.png
index ba78d4c..ba78d4c 100644
--- a/app/assets/img/gpl.png
+++ b/examples/app/assets/img/gpl.png
Binary files differ
diff --git a/app/assets/img/heads/null.jpg b/examples/app/assets/img/heads/null.jpg
index a78f946..a78f946 100644
--- a/app/assets/img/heads/null.jpg
+++ b/examples/app/assets/img/heads/null.jpg
Binary files differ
diff --git a/app/assets/js/bootstrap.min.js b/examples/app/assets/js/bootstrap.min.js
index 133aeec..133aeec 100644
--- a/app/assets/js/bootstrap.min.js
+++ b/examples/app/assets/js/bootstrap.min.js
diff --git a/app/assets/js/jquery.min.js b/examples/app/assets/js/jquery.min.js
index 49990d6..49990d6 100644
--- a/app/assets/js/jquery.min.js
+++ b/examples/app/assets/js/jquery.min.js
diff --git a/app/assets/js/scrott.js b/examples/app/assets/js/scrott.js
index c376117..c376117 100644
--- a/app/assets/js/scrott.js
+++ b/examples/app/assets/js/scrott.js
diff --git a/app/class/controller.class.php b/examples/app/class/controller.class.php
index 0ab1a69..0ab1a69 100644
--- a/app/class/controller.class.php
+++ b/examples/app/class/controller.class.php
diff --git a/app/class/database.iface.php b/examples/app/class/database.iface.php
index b1427a4..b1427a4 100644
--- a/app/class/database.iface.php
+++ b/examples/app/class/database.iface.php
diff --git a/app/class/externuser.class.php b/examples/app/class/externuser.class.php
index 73c41bd..73c41bd 100644
--- a/app/class/externuser.class.php
+++ b/examples/app/class/externuser.class.php
diff --git a/app/class/form.class.php b/examples/app/class/form.class.php
index 8bb6506..8bb6506 100644
--- a/app/class/form.class.php
+++ b/examples/app/class/form.class.php
diff --git a/app/class/framework.class.php b/examples/app/class/framework.class.php
index a3c36cb..a3c36cb 100644
--- a/app/class/framework.class.php
+++ b/examples/app/class/framework.class.php
diff --git a/app/class/group.class.php b/examples/app/class/group.class.php
index 246276a..246276a 100644
--- a/app/class/group.class.php
+++ b/examples/app/class/group.class.php
diff --git a/app/class/issue.class.php b/examples/app/class/issue.class.php
index 10b1661..10b1661 100644
--- a/app/class/issue.class.php
+++ b/examples/app/class/issue.class.php
diff --git a/app/class/message.class.php b/examples/app/class/message.class.php
index ac8444c..ac8444c 100644
--- a/app/class/message.class.php
+++ b/examples/app/class/message.class.php
diff --git a/app/class/model.class.php b/examples/app/class/model.class.php
index 7d74b36..7d74b36 100644
--- a/app/class/model.class.php
+++ b/examples/app/class/model.class.php
diff --git a/app/class/mysql.class.php b/examples/app/class/mysql.class.php
index f8f456a..f8f456a 100644
--- a/app/class/mysql.class.php
+++ b/examples/app/class/mysql.class.php
diff --git a/app/class/object.class.php b/examples/app/class/object.class.php
index 7c0b7bb..7c0b7bb 100644
--- a/app/class/object.class.php
+++ b/examples/app/class/object.class.php
diff --git a/app/class/pad.class.php b/examples/app/class/pad.class.php
index 32994e5..32994e5 100644
--- a/app/class/pad.class.php
+++ b/examples/app/class/pad.class.php
diff --git a/app/class/setting.class.php b/examples/app/class/setting.class.php
index c0965a3..c0965a3 100644
--- a/app/class/setting.class.php
+++ b/examples/app/class/setting.class.php
diff --git a/app/class/stage.class.php b/examples/app/class/stage.class.php
index 1a2aadb..1a2aadb 100644
--- a/app/class/stage.class.php
+++ b/examples/app/class/stage.class.php
diff --git a/app/class/user.class.php b/examples/app/class/user.class.php
index b8143a9..b8143a9 100644
--- a/app/class/user.class.php
+++ b/examples/app/class/user.class.php
diff --git a/app/controller/auth.control.php b/examples/app/controller/auth.control.php
index 5be1e4b..5be1e4b 100644
--- a/app/controller/auth.control.php
+++ b/examples/app/controller/auth.control.php
diff --git a/app/controller/dashboard.control.php b/examples/app/controller/dashboard.control.php
index 40d3678..40d3678 100644
--- a/app/controller/dashboard.control.php
+++ b/examples/app/controller/dashboard.control.php
diff --git a/app/controller/deauth.control.php b/examples/app/controller/deauth.control.php
index 5867168..5867168 100644
--- a/app/controller/deauth.control.php
+++ b/examples/app/controller/deauth.control.php
diff --git a/app/controller/deleteacct.control.php b/examples/app/controller/deleteacct.control.php
index 5dc91b5..5dc91b5 100644
--- a/app/controller/deleteacct.control.php
+++ b/examples/app/controller/deleteacct.control.php
diff --git a/app/controller/except.control.php b/examples/app/controller/except.control.php
index 8b5e1b5..8b5e1b5 100644
--- a/app/controller/except.control.php
+++ b/examples/app/controller/except.control.php
diff --git a/app/controller/obj.control.php b/examples/app/controller/obj.control.php
index 2154d16..2154d16 100644
--- a/app/controller/obj.control.php
+++ b/examples/app/controller/obj.control.php
diff --git a/app/controller/root.control.php b/examples/app/controller/root.control.php
index 7e4d1ab..7e4d1ab 100644
--- a/app/controller/root.control.php
+++ b/examples/app/controller/root.control.php
diff --git a/app/controller/sysconf.control.php b/examples/app/controller/sysconf.control.php
index 6379d42..6379d42 100644
--- a/app/controller/sysconf.control.php
+++ b/examples/app/controller/sysconf.control.php
diff --git a/app/file.php b/examples/app/file.php
index ceee9f7..ceee9f7 100644
--- a/app/file.php
+++ b/examples/app/file.php
diff --git a/app/index.php b/examples/app/index.php
index 692756c..692756c 100644
--- a/app/index.php
+++ b/examples/app/index.php
diff --git a/app/model/auth.mod.php b/examples/app/model/auth.mod.php
index 000db95..000db95 100644
--- a/app/model/auth.mod.php
+++ b/examples/app/model/auth.mod.php
diff --git a/app/model/common.mod.php b/examples/app/model/common.mod.php
index 6cba871..6cba871 100644
--- a/app/model/common.mod.php
+++ b/examples/app/model/common.mod.php
diff --git a/app/model/dashboard.mod.php b/examples/app/model/dashboard.mod.php
index 00fb759..00fb759 100644
--- a/app/model/dashboard.mod.php
+++ b/examples/app/model/dashboard.mod.php
diff --git a/app/model/deauth.mod.php b/examples/app/model/deauth.mod.php
index 8991606..8991606 100644
--- a/app/model/deauth.mod.php
+++ b/examples/app/model/deauth.mod.php
diff --git a/app/model/deleteacct.mod.php b/examples/app/model/deleteacct.mod.php
index 0178c95..0178c95 100644
--- a/app/model/deleteacct.mod.php
+++ b/examples/app/model/deleteacct.mod.php
diff --git a/app/model/except.mod.php b/examples/app/model/except.mod.php
index fb81315..fb81315 100644
--- a/app/model/except.mod.php
+++ b/examples/app/model/except.mod.php
diff --git a/app/model/master.mod.php b/examples/app/model/master.mod.php
index 5aaafa8..5aaafa8 100644
--- a/app/model/master.mod.php
+++ b/examples/app/model/master.mod.php
diff --git a/app/model/obj.mod.php b/examples/app/model/obj.mod.php
index 159c962..159c962 100644
--- a/app/model/obj.mod.php
+++ b/examples/app/model/obj.mod.php
diff --git a/app/model/sysconf.mod.php b/examples/app/model/sysconf.mod.php
index cfbed42..cfbed42 100644
--- a/app/model/sysconf.mod.php
+++ b/examples/app/model/sysconf.mod.php
diff --git a/app/view/auth/default.view.php b/examples/app/view/auth/default.view.php
index 9d4c9b4..9d4c9b4 100644
--- a/app/view/auth/default.view.php
+++ b/examples/app/view/auth/default.view.php
diff --git a/app/view/common/foot.view.php b/examples/app/view/common/foot.view.php
index 977ac04..977ac04 100644
--- a/app/view/common/foot.view.php
+++ b/examples/app/view/common/foot.view.php
diff --git a/app/view/common/group.setting.modal.view.php b/examples/app/view/common/group.setting.modal.view.php
index d0e11ca..d0e11ca 100644
--- a/app/view/common/group.setting.modal.view.php
+++ b/examples/app/view/common/group.setting.modal.view.php
diff --git a/app/view/common/head.view.php b/examples/app/view/common/head.view.php
index 76880a6..76880a6 100644
--- a/app/view/common/head.view.php
+++ b/examples/app/view/common/head.view.php
diff --git a/app/view/common/newgroup.modal.view.php b/examples/app/view/common/newgroup.modal.view.php
index 3dd631c..3dd631c 100644
--- a/app/view/common/newgroup.modal.view.php
+++ b/examples/app/view/common/newgroup.modal.view.php
diff --git a/app/view/common/ownership.setting.modal.view.php b/examples/app/view/common/ownership.setting.modal.view.php
index 3f7c382..3f7c382 100644
--- a/app/view/common/ownership.setting.modal.view.php
+++ b/examples/app/view/common/ownership.setting.modal.view.php
diff --git a/app/view/common/permissions.setting.modal.view.php b/examples/app/view/common/permissions.setting.modal.view.php
index 55e4157..55e4157 100644
--- a/app/view/common/permissions.setting.modal.view.php
+++ b/examples/app/view/common/permissions.setting.modal.view.php
diff --git a/app/view/common/setting.modal.view.php b/examples/app/view/common/setting.modal.view.php
index 2217805..2217805 100644
--- a/app/view/common/setting.modal.view.php
+++ b/examples/app/view/common/setting.modal.view.php
diff --git a/app/view/common/topp.view.php b/examples/app/view/common/topp.view.php
index d9e0df0..d9e0df0 100644
--- a/app/view/common/topp.view.php
+++ b/examples/app/view/common/topp.view.php
diff --git a/app/view/dashboard/default.view.php b/examples/app/view/dashboard/default.view.php
index caf78da..caf78da 100644
--- a/app/view/dashboard/default.view.php
+++ b/examples/app/view/dashboard/default.view.php
diff --git a/app/view/deleteacct/default.view.php b/examples/app/view/deleteacct/default.view.php
index 852a37e..852a37e 100644
--- a/app/view/deleteacct/default.view.php
+++ b/examples/app/view/deleteacct/default.view.php
diff --git a/app/view/except/default.view.php b/examples/app/view/except/default.view.php
index 01cf123..01cf123 100644
--- a/app/view/except/default.view.php
+++ b/examples/app/view/except/default.view.php
diff --git a/app/view/master/foot.view.php b/examples/app/view/master/foot.view.php
index 6279b05..6279b05 100644
--- a/app/view/master/foot.view.php
+++ b/examples/app/view/master/foot.view.php
diff --git a/app/view/master/head.view.php b/examples/app/view/master/head.view.php
index 3e4e110..3e4e110 100644
--- a/app/view/master/head.view.php
+++ b/examples/app/view/master/head.view.php
diff --git a/app/view/master/topp.view.php b/examples/app/view/master/topp.view.php
index 9a0b0fe..9a0b0fe 100644
--- a/app/view/master/topp.view.php
+++ b/examples/app/view/master/topp.view.php
diff --git a/app/view/obj/group.view.php b/examples/app/view/obj/group.view.php
index dde4df1..dde4df1 100644
--- a/app/view/obj/group.view.php
+++ b/examples/app/view/obj/group.view.php
diff --git a/app/view/sysconf/default.view.php b/examples/app/view/sysconf/default.view.php
index 90e5441..90e5441 100644
--- a/app/view/sysconf/default.view.php
+++ b/examples/app/view/sysconf/default.view.php
diff --git a/app/view/sysconf/group.modal.view.php b/examples/app/view/sysconf/group.modal.view.php
index c0641d9..c0641d9 100644
--- a/app/view/sysconf/group.modal.view.php
+++ b/examples/app/view/sysconf/group.modal.view.php
diff --git a/app/view/sysconf/issue.modal.view.php b/examples/app/view/sysconf/issue.modal.view.php
index 694dd47..694dd47 100644
--- a/app/view/sysconf/issue.modal.view.php
+++ b/examples/app/view/sysconf/issue.modal.view.php
diff --git a/app/view/sysconf/message.modal.view.php b/examples/app/view/sysconf/message.modal.view.php
index 14cca2d..14cca2d 100644
--- a/app/view/sysconf/message.modal.view.php
+++ b/examples/app/view/sysconf/message.modal.view.php
diff --git a/app/view/sysconf/pad.modal.view.php b/examples/app/view/sysconf/pad.modal.view.php
index 2fbf26b..2fbf26b 100644
--- a/app/view/sysconf/pad.modal.view.php
+++ b/examples/app/view/sysconf/pad.modal.view.php
diff --git a/app/view/sysconf/stage.modal.view.php b/examples/app/view/sysconf/stage.modal.view.php
index 11e517f..11e517f 100644
--- a/app/view/sysconf/stage.modal.view.php
+++ b/examples/app/view/sysconf/stage.modal.view.php
diff --git a/app/view/sysconf/user.modal.view.php b/examples/app/view/sysconf/user.modal.view.php
index 034dc04..034dc04 100644
--- a/app/view/sysconf/user.modal.view.php
+++ b/examples/app/view/sysconf/user.modal.view.php
diff --git a/schema.sql b/examples/schema.sql
index 9770ffa..9770ffa 100644
--- a/schema.sql
+++ b/examples/schema.sql