Norm Armstrong (footballer)

Norman Thomas "Norm" Armstrong (2 July 1925 – 18 May 2015)[1] was an Australian rules footballer who played with Footscray in the Victorian Football League (VFL).[2]

Norm Armstrong
Personal information
Full name Norman Thomas Armstrong
Date of birth (1925-07-02)2 July 1925
Date of death 18 May 2015(2015-05-18) (aged 89)
Original team(s) Braybrook
Height 170 cm (5 ft 7 in)
Weight 75 kg (165 lb)
Playing career1
Years Club Games (Goals)
1947–48 Footscray 4 (1)
1 Playing statistics correct to the end of 1948.
Sources: AFL Tables, AustralianFootball.com

Notes

  1. "Obituaries: Armstrong, Norman Thomas". Herald Sun. 21 May 2015.
  2. Holmesby, Russell; Main, Jim (2014). The Encyclopedia of AFL Footballers: every AFL/VFL player since 1897 (10th ed.). Seaford, Victoria: BAS Publishing. p. 27. ISBN 978-1-921496-32-5.
gollark: There's an array of SQL scripts a bit above it.
gollark: Check out minoteaur's advanced™ migration engine:```nimproc migrate*(db: DbConn) = let currentVersion = fromDbValue(get db.value("PRAGMA user_version"), int) for mid in (currentVersion + 1) .. migrations.len: db.transaction: logger.log(lvlInfo, "Migrating to schema " & $mid) db.execScript migrations[mid - 1] db.exec("PRAGMA user_version = " & $mid) logger.log(lvlDebug, "DB ready")```
gollark: My DB-using projects include all migration capability too, if sometimes limited to a bunch of `CREATE TABLE IF NOT EXISTS` calls, but if I ever *needed* it I would just make them able to call some functions to migrate the rows.
gollark: Well, yes, unless you write an extension for it, but no fixed length ones, and I can just do complex stuff in the program.
gollark: You're right, maybe just preinstall a rootkit on all the systems with databases?



This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.