mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 08:47:07 +00:00
Re-export schema template.
No changes, it merely shuffles the position of raw_lines in the export.
This commit is contained in:
@@ -1133,6 +1133,22 @@ Missing points are reported regardless of the underlying preplot NTBA
|
||||
status.';
|
||||
|
||||
|
||||
--
|
||||
-- Name: raw_lines; Type: TABLE; Schema: _SURVEY__TEMPLATE_; Owner: postgres
|
||||
--
|
||||
|
||||
CREATE TABLE _SURVEY__TEMPLATE_.raw_lines (
|
||||
sequence integer NOT NULL,
|
||||
line integer NOT NULL,
|
||||
remarks text DEFAULT ''::text NOT NULL,
|
||||
ntbp boolean DEFAULT false NOT NULL,
|
||||
incr boolean NOT NULL,
|
||||
meta jsonb DEFAULT '{}'::jsonb NOT NULL
|
||||
);
|
||||
|
||||
|
||||
ALTER TABLE _SURVEY__TEMPLATE_.raw_lines OWNER TO postgres;
|
||||
|
||||
--
|
||||
-- Name: missing_sequence_raw_points; Type: VIEW; Schema: _SURVEY__TEMPLATE_; Owner: postgres
|
||||
--
|
||||
@@ -1259,22 +1275,6 @@ CREATE VIEW _SURVEY__TEMPLATE_.preplot_summary AS
|
||||
|
||||
ALTER TABLE _SURVEY__TEMPLATE_.preplot_summary OWNER TO postgres;
|
||||
|
||||
--
|
||||
-- Name: raw_lines; Type: TABLE; Schema: _SURVEY__TEMPLATE_; Owner: postgres
|
||||
--
|
||||
|
||||
CREATE TABLE _SURVEY__TEMPLATE_.raw_lines (
|
||||
sequence integer NOT NULL,
|
||||
line integer NOT NULL,
|
||||
remarks text DEFAULT ''::text NOT NULL,
|
||||
ntbp boolean DEFAULT false NOT NULL,
|
||||
incr boolean NOT NULL,
|
||||
meta jsonb DEFAULT '{}'::jsonb NOT NULL
|
||||
);
|
||||
|
||||
|
||||
ALTER TABLE _SURVEY__TEMPLATE_.raw_lines OWNER TO postgres;
|
||||
|
||||
--
|
||||
-- Name: project_summary; Type: VIEW; Schema: _SURVEY__TEMPLATE_; Owner: postgres
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user