Denver City Council

The Denver City Council is the legislative branch of government for the City and County of Denver, Colorado. The council is made up of thirteen elected officials from eleven City and county designated districts and two at-large elected members. Although the offices are officially non-partisan, the members are allowed to be affiliated with a political party. Most commonly in Denver history, members are almost always members of the Democratic Party, making a virtual monopoly on city politics favoring the party. Elections for all members are held every four years, the next being in 2023. The council elects a president to serve as a leader annually.

City and County Building, Winter 2007
The City and County Building (seen here in 1941) is the home of the city council.

Members

The current city council members are:

  • Dist 1 – Amanda Sandoval
  • Dist 2 – Kevin Flynn
  • Dist 3 – Jamie Torres
  • Dist 4 – Kendra Black
  • Dist 5 – Amanda Sawyer
  • Dist 6 – Paul Kashmann
  • Dist 7 – Jolon Clark
  • Dist 8 – Christopher Herndon
  • Dist 9 – Candi CdeBaca
  • Dist 10 – Christopher Hinds
  • Dist 11 – Stacie Gilmore
  • At-Large – Debbie Ortega
  • At-Large – Robin Kniech
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?

See also


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