We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c7cd96 commit 7977eccCopy full SHA for 7977ecc
1 file changed
migrations/pastebin.php
@@ -17,6 +17,13 @@ public function effectively_installed()
17
return !empty($this->config['pastebin_version']) && version_compare($this->config['pastebin_version'], '0.2.2', '>=');
18
}
19
20
+ static public function depends_on()
21
+ {
22
+ return array(
23
+ '\phpbb\db\migration\data\v32x\v324',
24
+ );
25
+ }
26
+
27
public function update_schema()
28
{
29
return array(
0 commit comments