MCPcopy Index your code
hub / github.com/parse-community/parse-server / dropTable

Function dropTable

spec/PostgresStorageAdapter.spec.js:16–18  ·  view source on GitHub ↗
(client, className)

Source from the content-addressed store, hash-verified

14};
15
16const dropTable = (client, className) => {
17 return client.none('DROP TABLE IF EXISTS $<className:name>', { className });
18};
19
20describe_only_db('postgres')('PostgresStorageAdapter', () => {
21 let adapter;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected