Remove alignment of AS in SQL and few others (#932)
* Remove alignment of AS in SQL * Remove alignment of CREATE TABLE in SQL
This commit is contained in:
@@ -61,7 +61,7 @@ CREATE SCHEMA IF NOT EXISTS place_state;
|
||||
CREATE TABLE IF NOT EXISTS place_state.updates
|
||||
(
|
||||
id serial PRIMARY KEY,
|
||||
t text,
|
||||
t text,
|
||||
UNIQUE (t)
|
||||
);
|
||||
CREATE OR REPLACE FUNCTION place_state.flag() RETURNS trigger AS
|
||||
|
||||
Reference in New Issue
Block a user