forked from nextgis/nextgisweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2021-01-01-migration-table.sql
50 lines (49 loc) · 1.53 KB
/
2021-01-01-migration-table.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
CREATE TABLE core_migration (
component character varying NOT NULL,
revision character varying NOT NULL,
CONSTRAINT core_migration_pkey PRIMARY KEY (component, revision)
);
INSERT INTO core_migration VALUES
('tmsclient', '00000000'),
('feature_attachment', '00000000'),
('svg_marker_library', '00000000'),
('wmsserver', '00000000'),
('lookup_table', '00000000'),
('vector_layer', '00000000'),
('wmsclient', '00000000'),
('file_storage', '00000000'),
('core', '00000000'),
('raster_style', '00000000'),
('auth', '00000000'),
('feature_description', '00000000'),
('wfsserver', '00000000'),
('webmap', '00000000'),
('raster_layer', '00000000'),
('postgis', '00000000'),
('render', '00000000'),
('resmeta', '00000000'),
('resource', '00000000'),
('social', '00000000'),
('pyramid', '00000000'),
('spatial_ref_sys', '00000000'),
('feature_layer', '00000000'),
('wmsclient', '00dc6f80'),
('wmsclient', '039ac0e2'),
('wfsserver', '05443ecd'),
('auth', '05778268'),
('auth', '073aa220'),
('feature_layer', '0f7ab6a1'),
('webmap', '16969697'),
('webmap', '1ff5bf48'),
('webmap', '20802903'),
('raster_layer', '22100521'),
('auth', '24d8973b'),
('auth', '27e8ee61'),
('wmsserver', '2807b08b'),
('auth', '28691764'),
('auth', '28691765'),
('wfsserver', '28a17b5b'),
('file_storage', '2978ca7f'),
('svg_marker_library', '2a69bb70'),
('tmsclient', '2b6f2dd2'),
('feature_layer', '2b7e8ee6');