소스 검색

- remove useless columnt

Jan Janak 19 년 전
부모
커밋
55b1413e3b
1개의 변경된 파일0개의 추가작업 그리고 10개의 파일을 삭제
  1. 0 10
      db/schema/domain.xml

+ 0 - 10
db/schema/domain.xml

@@ -58,16 +58,6 @@
 	</description>
     </column>
 
-    <column>
-	<name>last_modified</name>
-	<type>datetime</type>
-	<my:type>timestamp</my:type>
-	<default>1970-01-01 00:00:00</default>
-	<description>
-	    Date and time of the last modification of the domain.
-	</description>
-    </column>
-    
     <column>
 	<name>flags</name>
 	<type>unsigned int</type>