I am writing a sample application in which I wrote all sql in files.
Whenever I added new functionality I am creating new sql script.
What technology should I use when my application run first check all the script if not exist create or if any new script added create that one only. I gave files name like script1.sql,script2.sql and so on.