diff options
author | Friendika <info@friendika.com> | 2011-03-09 02:12:32 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-09 02:12:32 -0800 |
commit | 32e96d2647b4f535bf329caf160336f3358ce423 (patch) | |
tree | 655706734e18bbbb6710a0ea8d58dc11676d349b /update.php | |
parent | 5f54503780ac6f94bbfe2692682aab5355673d16 (diff) | |
download | volse-hubzilla-32e96d2647b4f535bf329caf160336f3358ce423.tar.gz volse-hubzilla-32e96d2647b4f535bf329caf160336f3358ce423.tar.bz2 volse-hubzilla-32e96d2647b4f535bf329caf160336f3358ce423.zip |
reload plugins if they change
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/update.php b/update.php index 131014d4a..422c27c7b 100644 --- a/update.php +++ b/update.php @@ -374,3 +374,6 @@ function update_1038() { q("ALTER TABLE `item` ADD `plink` CHAR( 255 ) NOT NULL AFTER `target` "); } +function update_1039() { + q("ALTER TABLE `addon` ADD `timestamp` BIGINT NOT NULL DEFAULT '0'"); +}
\ No newline at end of file |