]> git.mxchange.org Git - quix0rs-gnu-social.git/commit - classes/File_to_post.php
Database changes for file tables
authorEvan Prodromou <evan@controlyourself.ca>
Mon, 22 Jun 2009 21:19:41 +0000 (14:19 -0700)
committerEvan Prodromou <evan@controlyourself.ca>
Mon, 22 Jun 2009 21:19:41 +0000 (14:19 -0700)
commit05e51228020fecaa894523b5159bc412d48e5b19
tree7b677b2d057e911c28c7500e1c869cfbb9e8f055
parentf21cecbfbd3f641d3ad259db8c3883cd9a0382df
Database changes for file tables

Some minor database changes for file tables. Namely:

 * Added a timestamp to all tables
 * Added a filename column for local files
 * Change some tables that had unnecessary auto-increment primary
   keys when they had another unique column that should act as
   the primary key
 * Change engine from MyISAM to InnoDB for a couple of files.

Also, rebuilt the DB_DataObject files for all these tables.
classes/File.php
classes/File_oembed.php
classes/File_redirection.php
classes/File_thumbnail.php
classes/File_to_post.php
classes/laconica.ini
db/laconica.sql