start of improved upgrade system

This commit is contained in:
Graham Knop 2010-03-17 16:38:41 -05:00
parent 3807197cbb
commit a46d0fbf32
9 changed files with 166 additions and 0 deletions

View file

View file

View file

View file

View file

@ -0,0 +1,3 @@
report "stuff\n";
done;

View file

@ -0,0 +1,6 @@
report "Doing something more interesting\n";
report session->db->quickScalar('SELECT count(*) from asset');
done;

View file

View file