Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
git-web-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
large-scale-dev
git-web-server
Commits
e37bb0f9
Commit
e37bb0f9
authored
9 years ago
by
Simon Lindblad
Browse files
Options
Downloads
Patches
Plain Diff
Update documentation of schema
parent
a1bc39ba
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
schema.sql
+2
-2
2 additions, 2 deletions
schema.sql
with
2 additions
and
2 deletions
schema.sql
+
2
−
2
View file @
e37bb0f9
-- A table that stores all the tasks in the system
-- A table that stores all the tasks in the system
.
drop
table
if
exists
task
cascade
;
create
table
task
(
id
serial
primary
key
,
...
...
@@ -7,7 +7,7 @@ create table task(
list
int
references
list
(
id
)
);
-- A table that stores all the lists in the system
-- A table that stores all the lists in the system
.
drop
table
if
exists
list
cascade
;
create
table
list
(
id
serial
primary
key
,
...
...
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