started function
This commit is contained in:
parent
9e7d6db112
commit
0abb9287a6
1 changed files with 6 additions and 0 deletions
|
@ -68,5 +68,11 @@ namespace Saviour_Backup_System
|
||||||
conn.Close();
|
conn.Close();
|
||||||
return IDs.ToArray();
|
return IDs.ToArray();
|
||||||
}
|
}
|
||||||
|
public static string getHashofRecentBackup(string id)
|
||||||
|
{
|
||||||
|
conn.Open();
|
||||||
|
cmd.CommandText = "SELECT Hash FROM Backups WHERE ID";
|
||||||
|
return;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue