aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-03-18 10:42:51 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-03-18 10:42:51 +0100
commit99d0c7e62bc9990f61b88a9f3e02056fcbc56a16 (patch)
tree0592d806c08c1ae811d762bb18f566bbdda321b0 /phpBB
parent51c1ba12c119127263fa82964d8f6e0ef6eccf87 (diff)
parent76262f186f55c27d73c43e9c0534d1637da47c22 (diff)
downloadforums-99d0c7e62bc9990f61b88a9f3e02056fcbc56a16.tar
forums-99d0c7e62bc9990f61b88a9f3e02056fcbc56a16.tar.gz
forums-99d0c7e62bc9990f61b88a9f3e02056fcbc56a16.tar.bz2
forums-99d0c7e62bc9990f61b88a9f3e02056fcbc56a16.tar.xz
forums-99d0c7e62bc9990f61b88a9f3e02056fcbc56a16.zip
Merge remote-tracking branch 'bantu/ticket/11455' into develop
* bantu/ticket/11455: [ticket/11455] Restore alphabetic order (underscore first) in config/tables.yml
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/config/tables.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/config/tables.yml b/phpBB/config/tables.yml
index 1191fd0ae1..ec5fec23ad 100644
--- a/phpBB/config/tables.yml
+++ b/phpBB/config/tables.yml
@@ -3,9 +3,9 @@ parameters:
tables.config_text: %core.table_prefix%config_text
tables.ext: %core.table_prefix%ext
tables.log: %core.table_prefix%log
+ tables.migrations: %core.table_prefix%migrations
+ tables.modules: %core.table_prefix%modules
tables.notification_types: %core.table_prefix%notification_types
tables.notifications: %core.table_prefix%notifications
tables.user_notifications: %core.table_prefix%user_notifications
tables.users: %core.table_prefix%users
- tables.migrations: %core.table_prefix%migrations
- tables.modules: %core.table_prefix%modules