mirror of
https://github.com/lingble/twenty.git
synced 2025-11-02 21:57:56 +00:00
2893 add data wrapper for mysql (#2970)
* Add mysql_fdw to postgres dockerfile * Name and run detached docker containers * Fix naming
This commit is contained in:
@@ -37,6 +37,11 @@ connectionSource
|
||||
'create extension "wrappers"',
|
||||
);
|
||||
|
||||
await performQuery(
|
||||
'CREATE EXTENSION IF NOT EXISTS "mysql_fdw"',
|
||||
'create extension "mysql_fdw"',
|
||||
);
|
||||
|
||||
const supabaseWrappers = [
|
||||
'airtable',
|
||||
'bigQuery',
|
||||
|
||||
Reference in New Issue
Block a user