mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
ad7e8d3876
commit
e0f50e0589
@ -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[] =
|
||||
{
|
||||
|
@ -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
|
||||
|
@ -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[] =
|
||||
{
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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[] =
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user