mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-03 15:38:59 +00:00
Remove trailing windows newline
This commit is contained in:
@ -85,7 +85,7 @@ class Version(models.Model):
|
||||
|
||||
class Country(models.Model):
|
||||
name = models.CharField(max_length=100, null=False, blank=False)
|
||||
tld = models.CharField(max_length=3, null=False, blank=False)
|
||||
tld = models.CharField(max_length=3, null=False, blank=False)
|
||||
|
||||
class Meta:
|
||||
db_table = 'countries'
|
||||
|
Reference in New Issue
Block a user