aboutsummaryrefslogtreecommitdiff
path: root/db/migrations/1.99_step00245_simpleormap.php
blob: 508b528ef95ac53aa12e207c715053ca7808645d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
class Step00245Simpleormap extends Migration
{
    public function description()
    {
        return 'refreshes cache for SimpleORMap';
    }

    public function up()
    {
        SimpleORMap::expireTableScheme();
    }
}