Text Extraction Done, UI Fixes Done, Extracted Template Layout Saved in DB
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
CREATE SCHEMA IF NOT EXISTS admin;
|
||||
|
||||
-- Set the default search path
|
||||
ALTER DATABASE document_engine SET search_path TO admin, public;
|
||||
ALTER DATABASE ocr SET search_path TO admin, public;
|
||||
|
||||
-- Grant privileges
|
||||
GRANT ALL ON SCHEMA admin TO postgres;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
-- DocEngine: Complete table creation script
|
||||
-- Schema: admin
|
||||
-- Database: document_engine
|
||||
-- Database: ocr
|
||||
|
||||
SET search_path TO admin, public;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user