mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 01:37:01 +00:00
Added .sql extension to new updates in Makefile.am
This commit is contained in:
parent
1896ace8ff
commit
8f0c7b4cf0
1 changed files with 1 additions and 1 deletions
|
|
@ -563,7 +563,7 @@ bool generate_sql_makefile()
|
||||||
if(new_sql_updates.find(buffer) != new_sql_updates.end())
|
if(new_sql_updates.find(buffer) != new_sql_updates.end())
|
||||||
{
|
{
|
||||||
if(!get_sql_update_info(buffer, info)) return false;
|
if(!get_sql_update_info(buffer, info)) return false;
|
||||||
snprintf(newname, MAX_PATH, "%d_%0*d_%s%s%s", rev, 2, info.nr, info.db, info.has_table ? "_" : "", info.table);
|
snprintf(newname, MAX_PATH, "%d_%0*d_%s%s%s.sql", rev, 2, info.nr, info.db, info.has_table ? "_" : "", info.table);
|
||||||
file_list.insert(newname);
|
file_list.insert(newname);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue