Ukong, Tutong

Ukong is a mukim in the Tutong District of Brunei. It is located in the south-west bordering Mukim Tanjong Maya to the north-east, Mukim Lamunin to the east, Mukim Rambai to the south-east, Mukim Bukit Sawat (Belait District) to the south-west and Mukim Telisai to the north-west.

Areas and divisions

Mukim Ukong includes these following areas:

  • Kampong Ukong
  • Kampong Pengkalan Ran
  • Kampong Pengkalan Dong
  • Kampong Tong Kundai
  • Kampong Nong Anggeh
  • Kampong Sungai Damit Ulu
  • Kampong Piton nambang
  • Kampong Bang Pangan
  • Kampong Pak Meligai
  • Kampong Pak Bidang
  • Kampong Bukit
  • Kampong Pengkalan Panchor
  • Kampong Talat
  • Kampong Melaboi
  • Kampong Pengkalan Padang
  • Kampong Bang Ligi
  • Kampong Litad
  • Kampong Bang Bingol
  • Kampong Long Mayan


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.