mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 17:56:52 +02:00
[ticket/12150] Remove 'after' for columns from migrations file
PHPBB3-12150
This commit is contained in:
@@ -800,26 +800,22 @@
|
||||
"UINT:20",
|
||||
0
|
||||
],
|
||||
"enable_shadow_prune": {
|
||||
"0": "BOOL",
|
||||
"1": 0,
|
||||
"after": "prune_freq"
|
||||
},
|
||||
"prune_shadow_days": {
|
||||
"0": "UINT",
|
||||
"1": 7,
|
||||
"after": "enable_shadow_prune"
|
||||
},
|
||||
"prune_shadow_freq": {
|
||||
"0": "UINT",
|
||||
"1": 1,
|
||||
"after": "prune_shadow_freq"
|
||||
},
|
||||
"prune_shadow_next": {
|
||||
"0": "INT:11",
|
||||
"1": 0,
|
||||
"after": "prune_shadow_freq"
|
||||
},
|
||||
"enable_shadow_prune": [
|
||||
"BOOL",
|
||||
0
|
||||
],
|
||||
"prune_shadow_days": [
|
||||
"UINT",
|
||||
7
|
||||
],
|
||||
"prune_shadow_freq": [
|
||||
"UINT",
|
||||
1
|
||||
],
|
||||
"prune_shadow_next": [
|
||||
"INT:11",
|
||||
0
|
||||
],
|
||||
"forum_posts_approved": [
|
||||
"UINT",
|
||||
0
|
||||
|
Reference in New Issue
Block a user