Commit de0a8d8b authored by Hakan Uygun's avatar Hakan Uygun
Browse files

refs #5111 dosyalarda refactoring

parent 35daa5fd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -204,7 +204,7 @@
		</insert>
	</changeSet>
        
        <changeSet author="umuthan" id="data-24" context="create-db">
        <changeSet author="umuthan" id="data-25" context="create-db">
		<loadData tableName="BANK_CARD" file="datas/bankCard.csv">
			<column name="ID" type="NUMERIC" />
                        <column name="CREATE_DATE" type="DATE" />
@@ -222,7 +222,7 @@
                        <column name="BANK_ID" type="NUMERIC" />
		</loadData>
	</changeSet>
	<changeSet author="umuthan" id="data-25" context="create-db">
	<changeSet author="umuthan" id="data-25a" context="create-db">
		<insert tableName="hibernate_sequences">
			<column name="SEQUENCE_NAME" value="BANK_CARD" />
			<column name="SEQUENCE_NEXT_HI_VALUE" valueNumeric="7" />
+9 −8
Original line number Diff line number Diff line
1, "ADMIN", "Sistem Yöneticisi"
2, "SYSOP", "Parametre Yöneticisi"
3, "OPERATOR", "Uygulama Kullanıcısı"
4, "REGMAN", "Bölge Yöneticisi"
5, "REGOPER", "Bölge Kullanıcısı"
6, "BRANCHMAN", "Şube Yöneticisi"
7, "BRANCHOPER", "Şube Kullanıcısı"
8, "BRCLERK", "Şube Reyon Yetkilisi"
 No newline at end of file
ID,NAME,INFO
1,ADMIN,Sistem Yöneticisi
2,SYSOP,Parametre Yöneticisi
3,OPERATOR,Uygulama Kullanıcısı
4,REGMAN,Bölge Yöneticisi
5,REGOPER,Bölge Kullanıcısı
6,BRANCHMAN,Şube Yöneticisi
7,BRANCHOPER,Şube Kullanıcısı
8,BRCLERK,Şube Reyon Yetkilisi
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -10,5 +10,5 @@
        
        -->
    
	<includeAll path="./changelogs/"/>
	<includeAll path="changelogs/"/>
</databaseChangeLog>