[Pharo] Personal fitness tracker web app.
More appropriate message.
src/MyFitnessTracker/MFTSQLite3Database.class.st
@@ -39,7 +39,7 @@
39
39
40
40
| schema command returnCode |
41
41
schema := ((IceRepository repositoryNamed: 'my-fitness-tracker')
42
Removed:
location absolutePath / 'mft-schema.sql') pathString.
42
Added:
codeDirectory / 'mft-schema.sql') pathString.
43
43
command := 'sqlite3 ' , aLocation , ' < ' , schema.
44
44
returnCode := LibC runCommand: command.
45
45
returnCode ~= 0 ifTrue: [