satellite/satellitedb: Update ticket ref

Update a reference to a ticket in a code comment.

Change-Id: Ib82220e94527482c5ca1a58d8614b919d1113ab5
This commit is contained in:
Ivan Fraixedes 2020-04-24 20:01:47 +02:00 committed by Ivan Fraixedes
parent c52fc964d5
commit 03871d17c3

View File

@ -32,7 +32,7 @@ func (db *satelliteDB) CreateTables(ctx context.Context) error {
// will need to create any schemas specified in the search path, and cockroach
// will need to create the database it was told to connect to. These things should
// not really be here, and instead should be assumed to exist.
// This is tracked in jira ticket #3338.
// This is tracked in jira ticket SM-200
switch db.implementation {
case dbutil.Postgres:
schema, err := pgutil.ParseSchemaFromConnstr(db.source)