initial commit of file from CVS for e-smith-turba on Wed 12 Jul 09:11:40 BST 2023

This commit is contained in:
Brian Read
2023-07-12 09:11:40 +01:00
parent e4f24e34e7
commit 420341c17f
67 changed files with 3168 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
{
my $i2t = $DB->get('migrate-imp-to-turba');
if ($i2t)
{
$i2t->delete;
}
}