Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
0002_netbox_scripts.sql 811 B
Newer Older
--
-- PostgreSQL database dump
--

-- Dumped from database version 15.8
-- Dumped by pg_dump version 15.8

SET statement_timeout = 0;
SET lock_timeout = 0;
SET idle_in_transaction_session_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SELECT pg_catalog.set_config('search_path', '', false);
SET check_function_bodies = false;
SET xmloption = content;
SET client_min_messages = warning;
SET row_security = off;

SET default_tablespace = '';

SET default_table_access_method = heap;

--
-- Name: core_managedfile; Type: TABLE; Schema: public; Owner: netbox
--
COPY public.core_managedfile (data_path, created, file_root, file_path, auto_sync_enabled) FROM stdin;
	'2025-03-05 15:24:47'	scripts	universal_init_data.py	false 
\.
--
-- PostgreSQL core_managedfile dump complete
--