Skip to content

Commit

Permalink
Issue #13: adding config for bytebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois-Werbrouck committed Apr 9, 2024
1 parent 86c93a9 commit 85a5137
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
SET statement_timeout = 0;

Check warning on line 1 in datastore/db/bytebase/nachet-schema-005##fsdh##20240402195530##ddl.sql

View workflow job for this annotation

GitHub Actions / bytebase-sql-review / SQL Review

Failed to take SQL review (1)

Failed to take SQL review for file datastore/db/bytebase/nachet-schema-005##fsdh##20240402195530##ddl.sql with error Failed to exec the SQL check for database 104 with error: failed to check statement: advisor check PANIC RECOVER, type: bb.plugin.advisor.postgresql.column.require-default, err: runtime error: invalid memory address or nil pointer dereference Doc: https://www.bytebase.com/docs/reference/error-code/advisor#1
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;


CREATE SCHEMA "nachet_0.0.5";

CREATE EXTENSION IF NOT EXISTS "uuid-ossp" WITH SCHEMA "nachet_0.0.5";
Expand Down

0 comments on commit 85a5137

Please sign in to comment.