dynamiccookies / DadsGarage

Online vehicle inventory for small scale automotive lot.
GNU General Public License v3.0
0 stars 0 forks source link

Rewrite `tableExists()` function to accept one or many table names #59

Closed dynamiccookies closed 3 years ago

dynamiccookies commented 3 years ago

Rather than calling the tableExists() function for each table name, the function should accept one or multiple table names.

dynamiccookies commented 3 years ago

Duplicate of #36