Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Documentation
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
snac
Documentation
Commits
827b7318
Commit
827b7318
authored
Feb 17, 2016
by
Tom Laudeman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing format of table of contents
parent
c3c3ce73
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Schema SQL.md
Specifications/Schema SQL.md
+4
-4
No files found.
Specifications/Schema SQL.md
View file @
827b7318
...
@@ -8,7 +8,7 @@ There is an interactive schema web site: [Schema web site](http://shannonvm.vill
...
@@ -8,7 +8,7 @@ There is an interactive schema web site: [Schema web site](http://shannonvm.vill
### Table of contents
### Table of contents
[
How versioning works.
](
#how-versioning-works
.
)
[
How versioning works.
](
#how-versioning-works
)
[
Foreign key related records
](
#foreign-key-related-records
)
[
Foreign key related records
](
#foreign-key-related-records
)
...
@@ -18,9 +18,9 @@ There is an interactive schema web site: [Schema web site](http://shannonvm.vill
...
@@ -18,9 +18,9 @@ There is an interactive schema web site: [Schema web site](http://shannonvm.vill
[
Common fields and their meaning
](
#common-fields-and-their-meaning
)
[
Common fields and their meaning
](
#common-fields-and-their-meaning
)
[
Identical text tables.
](
#identical-text-tables
.
)
[
Identical text tables.
](
#identical-text-tables
)
### How versioning works
.
### How versioning works
```
```
create type icstatus as enum ('published', 'needs review', 'rejected', 'being edited', 'bulk ingest');
create type icstatus as enum ('published', 'needs review', 'rejected', 'being edited', 'bulk ingest');
...
@@ -365,7 +365,7 @@ Delete is accomplished by getting a new version number, and using it along with
...
@@ -365,7 +365,7 @@ Delete is accomplished by getting a new version number, and using it along with
insert the "deleted" record. All the normal queries ignore is_deleted records, and only special admin queries
insert the "deleted" record. All the normal queries ignore is_deleted records, and only special admin queries
will ever be able to see deleted records.
will ever be able to see deleted records.
### Identical text tables
.
### Identical text tables
We have four tables (and their related classes) that contain identically structured
We have four tables (and their related classes) that contain identically structured
textual data:
textual data:
...
...
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