Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstructure
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
openstructure
Commits
330028e5
Unverified
Commit
330028e5
authored
1 year ago
by
Xavier Robin
Browse files
Options
Downloads
Patches
Plain Diff
cleanup: remove unused stereo_conf from schema
parent
b0bcf7d3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/conop/src/compound_lib.cc
+1
-3
1 addition, 3 deletions
modules/conop/src/compound_lib.cc
with
1 addition
and
3 deletions
modules/conop/src/compound_lib.cc
+
1
−
3
View file @
330028e5
...
...
@@ -74,7 +74,6 @@ const char* CREATE_CMD[]={
" alt_name VARCHAR(4) NOT NULL, "
" element VARCHAR(2) NOT NULL, "
" is_aromatic VARCHAR(1) NOT NULL, "
" stereo_conf VARCHAR(1), "
" is_leaving VARCHAR(1) NOT NULL, "
" ordinal INT, "
" charge INT "
...
...
@@ -86,8 +85,7 @@ const char* CREATE_CMD[]={
" compound_id INTEGER REFERENCES chem_compounds (id) ON DELETE CASCADE, "
" atom_one INTEGER REFERENCES atoms (id) ON DELETE CASCADE, "
" atom_two INTEGER REFERENCES atoms (id) ON DELETE CASCADE, "
" bond_order INT, "
" stereo_conf VARCHAR(1) "
" bond_order INT "
" );"
,
" CREATE INDEX IF NOT EXISTS bond_index ON bonds (compound_id)"
,
" CREATE TRIGGER delete_related_objects "
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment