Sterna, Evros

Sterna (Greek: Στέρνα) is a settlement in the Evros regional unit of Greece. It is located around 9 kilometers west of Nea Vyssa and northwest of Orestiada, on low hills between the rivers Evros and Arda.

Sterna

Στέρνα
Sterna
Coordinates: 41°34′N 26°28′E
CountryGreece
Administrative regionEast Macedonia and Thrace
Regional unitEvros
MunicipalityOrestiada
Municipal unitVyssa
Population
 (2011)[1]
  Rural
621
Time zoneUTC+2 (EET)
  Summer (DST)UTC+3 (EEST)

Population

YearPopulation
19811,015
19911,008
2001867
2011621

History

Sterna was ruled by the Ottoman Empire until the Balkan Wars of 1913, when it joined Bulgaria. After the Greco-Turkish War (1919-1922) it was ceded to Greece.

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

References


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