Project

General

Profile

« Previous | Next » 

Revision 133

Added by ryan about 19 years ago

Renamed designed_for to platform on addons table

View differences:

save.php
502 502
	.'`type` VARCHAR( 255 ) NOT NULL ,'
503 503
	.'`function` VARCHAR( 255 ) NOT NULL ,'
504 504
	.'`version` VARCHAR( 255 ) NOT NULL ,'
505
	.'`designed_for` VARCHAR( 255 ) NOT NULL ,'
505
	.'`platform` VARCHAR( 255 ) NOT NULL ,'
506 506
	.'`author` VARCHAR( 255 ) NOT NULL ,'
507 507
	.'`license` VARCHAR( 255 ) NOT NULL ,'
508 508
	.' PRIMARY KEY ( `addon_id` ) ); ';

Also available in: Unified diff