Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
syncintacct
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Extensions
syncintacct
Commits
9b2fd178
Commit
9b2fd178
authored
Dec 13, 2018
by
Monish Deb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unique key
parent
a15d9f83
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
sql/auto_install.sql
sql/auto_install.sql
+1
-2
No files found.
sql/auto_install.sql
View file @
9b2fd178
...
...
@@ -13,6 +13,5 @@ CREATE TABLE `civicrm_intacct_financial_account_data` (
`dept_id`
varchar
(
20
)
DEFAULT
NULL
COMMENT
'Intacct Department ID'
,
`location`
varchar
(
50
)
DEFAULT
NULL
COMMENT
'Intacct Location'
,
`project_id`
varchar
(
20
)
DEFAULT
NULL
COMMENT
'Intacct Project ID'
,
PRIMARY
KEY
(
`financial_account_id`
),
CONSTRAINT
UI_intacct_fa_unique
UNIQUE
(
`class_id`
,
`dept_id`
,
`location`
,
`project_id`
)
PRIMARY
KEY
(
`financial_account_id`
)
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8
COLLATE
=
utf8_unicode_ci
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment