mirror of
https://github.com/perstarkse/minne.git
synced 2026-05-30 03:10:45 +02:00
e3bb2935d0
Unify embedding config, build providers from system settings, and fail startup when index builds error or time out. Move Surreal assets under common/db so embeds exclude crate source, and read storage via streams.
8 lines
298 B
Plaintext
8 lines
298 B
Plaintext
DEFINE TABLE OVERWRITE script_migration SCHEMAFULL
|
|
PERMISSIONS
|
|
FOR select FULL
|
|
FOR create, update, delete NONE;
|
|
|
|
DEFINE FIELD OVERWRITE script_name ON script_migration TYPE string;
|
|
DEFINE FIELD OVERWRITE executed_at ON script_migration TYPE datetime VALUE time::now() READONLY;
|