From: Mike Macgirvin Date: Sun, 31 Oct 2010 01:20:22 +0000 (-0700) Subject: no longer required X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ceabd7629bab4a490515aa8608acf0738159e1d0;p=friendica.git no longer required --- diff --git a/util/fixme.sql b/util/fixme.sql deleted file mode 100644 index 91d8ad4ff8..0000000000 --- a/util/fixme.sql +++ /dev/null @@ -1,13 +0,0 @@ --- Run this with mysql or import into phpmyadmin if you installed mistpark between Sep22 and Oct 6 2010. --- The database schema was missing some updates - -ALTER TABLE `item` DROP `like`, DROP `dislike` ; - -ALTER TABLE `item` ADD `verb` CHAR( 255 ) NOT NULL AFTER `body` , - ADD `object-type` CHAR( 255 ) NOT NULL AFTER `verb` , - ADD `object` TEXT NOT NULL AFTER `object-type` ; - -ALTER TABLE `intro` ADD `duplex` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `knowyou` ; -ALTER TABLE `contact` ADD `duplex` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `rel` ; -ALTER TABLE `contact` ADD `term-date` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00' AFTER `avatar-date`; -