blob: b2846faad431246b2eab9aa8bbcf4297e579f8b8 [file] [log] [blame]
Jonathan Amsterdam7a557782021-06-01 16:52:34 -04001-- Copyright 2021 The Go Authors. All rights reserved.
2-- Use of this source code is governed by a BSD-style
3-- license that can be found in the LICENSE file.
4
5BEGIN;
6
7ALTER SEQUENCE paths_id_seq AS INTEGER;
8
9ALTER TABLE units ALTER COLUMN id TYPE INTEGER;
10
11
12END;