Update business table version numbers

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17973 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Phil Longstaff 2009-03-05 15:28:44 +00:00
parent ad7e8d3876
commit e0f50e0589
6 changed files with 7 additions and 7 deletions

View File

@ -53,7 +53,7 @@ static QofLogModule log_module = G_LOG_DOMAIN;
static void set_invisible( gpointer data, gboolean value );
#define TABLE_NAME "billterms"
#define TABLE_VERSION 1
#define TABLE_VERSION 2
static GncSqlColumnTableEntry col_table[] =
{

View File

@ -50,7 +50,7 @@
static QofLogModule log_module = G_LOG_DOMAIN;
#define TABLE_NAME "customers"
#define TABLE_VERSION 1
#define TABLE_VERSION 2
#define MAX_NAME_LEN 2048
#define MAX_ID_LEN 2048

View File

@ -54,7 +54,7 @@ static QofLogModule log_module = G_LOG_DOMAIN;
#define MAX_ACL_LEN 2048
#define TABLE_NAME "employees"
#define TABLE_VERSION 1
#define TABLE_VERSION 2
static GncSqlColumnTableEntry col_table[] =
{

View File

@ -53,7 +53,7 @@
static QofLogModule log_module = G_LOG_DOMAIN;
#define TABLE_NAME "entries"
#define TABLE_VERSION 1
#define TABLE_VERSION 2
#define MAX_DESCRIPTION_LEN 2048
#define MAX_ACTION_LEN 2048
#define MAX_NOTES_LEN 2048

View File

@ -51,7 +51,7 @@
static QofLogModule log_module = G_LOG_DOMAIN;
#define TABLE_NAME "invoices"
#define TABLE_VERSION 1
#define TABLE_VERSION 2
#define MAX_ID_LEN 2048
#define MAX_NOTES_LEN 2048

View File

@ -61,7 +61,7 @@ static void set_parent( gpointer pObject, gpointer pValue );
#define MAX_NAME_LEN 50
#define TT_TABLE_NAME "taxtables"
#define TT_TABLE_VERSION 1
#define TT_TABLE_VERSION 2
static GncSqlColumnTableEntry tt_col_table[] =
{
@ -78,7 +78,7 @@ static GncSqlColumnTableEntry tt_col_table[] =
};
#define TTENTRIES_TABLE_NAME "taxtable_entries"
#define TTENTRIES_TABLE_VERSION 1
#define TTENTRIES_TABLE_VERSION 2
static GncSqlColumnTableEntry ttentries_col_table[] =
{