1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Update FSF Address

* Update wrong zip-code
This commit is contained in:
Vicențiu Ciorbaru
2019-05-11 21:29:06 +03:00
parent 15f1e03d46
commit 5543b75550
4079 changed files with 4102 additions and 4102 deletions

View File

@ -12,7 +12,7 @@
--
-- You should have received a copy of the GNU General Public License
-- along with this program; if not, write to the Free Software
-- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
-- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
INSERT INTO time_zone_name (Name, Time_Zone_id) VALUES ('MET', 1), ('UTC', 2), ('Universal', 2), ('Europe/Moscow',3), ('leap/Europe/Moscow',4), ('Japan', 5);
INSERT INTO time_zone (Time_zone_id, Use_leap_seconds) VALUES (1,'N'), (2,'N'), (3,'N'), (4,'Y'), (5,'N');