Skip to content

Commit 7977ecc

Browse files
committed
Add depends_on to v324
1 parent 9c7cd96 commit 7977ecc

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

migrations/pastebin.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ public function effectively_installed()
1717
return !empty($this->config['pastebin_version']) && version_compare($this->config['pastebin_version'], '0.2.2', '>=');
1818
}
1919

20+
static public function depends_on()
21+
{
22+
return array(
23+
'\phpbb\db\migration\data\v32x\v324',
24+
);
25+
}
26+
2027
public function update_schema()
2128
{
2229
return array(

0 commit comments

Comments
 (0)