dever 6 years ago
parent
commit
cb727c1fa6
1 changed files with 11 additions and 0 deletions
  1. 11 0
      database/file.php

+ 11 - 0
database/file.php

@@ -209,6 +209,17 @@ return array
 		),
 	),
 
+	# 更新表结构
+	'alter' => array
+	(
+		2 => array
+		(
+			array('update', 'upload', 'upload', 'int-11 1 所属资源配置'),
+			//array('add', 'config', 'config', 'int-11 1 配置'),
+		),
+		'version' => 2,
+	),
+
 	'manage' => array
 	(
 		'insert' => false,