You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-04-28 20:46:05 +02:00
10 lines
310 B
Plaintext
Vendored
10 lines
310 B
Plaintext
Vendored
Base = "/tmp/vnnmoosn.qqb.sqlite";
|
|
Table = "test";
|
|
Name = "new_col";
|
|
|
|
Options = New Structure;
|
|
Options.Insert("table", Table);
|
|
Options.Insert("name" , Name);
|
|
Options.Insert("db" , Base);
|
|
|
|
Result = OPI_TestDataRetrieval.ExecuteTestCLI("sqlite", "DeleteTableColumn", Options); |