Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
EOLE
Zéphir
Services
Server Manager
Commits
1e797bef
Commit
1e797bef
authored
Mar 29, 2019
by
Matthieu Lamalle
Browse files
remove property unique from server name in database
parent
eff70ab4
Pipeline
#387
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
migrations/deploy/server_schema.sql
View file @
1e797bef
...
...
@@ -6,7 +6,7 @@ BEGIN;
-- Server table creation
CREATE
TABLE
Server
(
ServerId
SERIAL
PRIMARY
KEY
,
ServerName
VARCHAR
(
255
)
NOT
NULL
UNIQUE
,
ServerName
VARCHAR
(
255
)
NOT
NULL
,
ServerDescription
VARCHAR
(
255
)
NOT
NULL
,
ServerModelId
INTEGER
NOT
NULL
,
ZoneId
INTEGER
,
...
...
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