Skip to content

Commit

Permalink
Shanu: Fixing the sql
Browse files Browse the repository at this point in the history
  • Loading branch information
Shanu committed Dec 17, 2010
1 parent 4d30085 commit dc13224
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
password="${db.password}"
src="@{src}"
onerror="@{onerror}"
delimiter=";"
delimiter=";"
/>
</sequential>
</macrodef>
Expand Down
2 changes: 1 addition & 1 deletion sql/001_BaseLine.sql
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ create sequence hibernate_sequence;

insert into shop(id,version,name) values(1,1,'MG Trivandrum');
insert into shop(id,version,name) values(2,1,'MG Pathanamthitta');
insert into shop(id,version,name) values(3,1,'MG Kollam';
insert into shop(id,version,name) values(3,1,'MG Kollam');
insert into shop(id,version,name) values(4,1,'MG Allappey');
insert into shop(id,version,name) values(5,1,'MG Kottayam');
insert into shop(id,version,name) values(6,1,'MG Thodupuzha');
Expand Down
Binary file added web-app/images/loader.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web-app/images/malabar_logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dc13224

Please sign in to comment.